Choosing Remoting Activation type -
05-10-2007
, 08:28 PM
Hi,
I have developed an Remoting server application that provides single method
to copy data from Cobol files using AcuODBC driver to SQL Server. Each method
call takes over 40 minutes to complete. For this reason Remoting server
raises events using Forwarder/Shim which clients can handle.
Which Activation type (Server Activated SingleCall, Server Activated
Singleton or Client Activated) should I use so that multiple requests can run
in parallel and that correct client receives the correct event?
Thanks. |