| Product: Distinct RPC for .NET | Topic: General | Last updated: 3/4/2008 |
| |
| Q.: Does Distinct ONC RPC for .NET have multi threading support when building a .NET server applicaiton? |
A.: Both client and server support multi-threading. Each client is a separate
instance of a class and supports multi-threaded applications. Each service
runs in its own thread. |
| |
Do you find this information useful ? Yes No Not Sure |
|
| Product: Distinct RPC for .NET | Topic: General | Last updated: 3/1/2008 |
| |
| Q.: When should I use the setStreamed(bool) function?
|
A.: This function should be used for most TCP connections especially when large amounts of data need to be transfered.
If setStreamed(TRUE) is called, the RPC library will NOT read all data from the socket at one time, it will regard the data as an input stream and read data whenever it needs to. This behavior will improve RPC performance greatly, especially for large RPC data over a TCP connection.
|
| |
Do you find this information useful ? Yes No Not Sure |
|