Click here to Skip to main content
16,016,184 members

Comments by M J Pavan Kumar (Top 1 by date)

M J Pavan Kumar 21-Jun-14 2:20am View    
HI,

Sorry, I do not mean that the client directly calls the method of server, instead I followed the rules of .Net framework for Remoting and got successful in communicating with server.

Here the requirement is to send status message for every iteration completion from server to the client, since my client will be disconnected if the server processes the request for more than 30 secs.(say Timeout as 30secs, server should execute a db query for each iteration).

Pavan.