vote up 1 vote down star
1

hi all I am doing Projects in remoting , i easily send/receive single files from a client.but i don't know how to send multiple files concurrently from a client.can anyone help me with this.

please give somelinks i will feed on it.

flag

1 Answer

vote up 1 vote down check

Remoting supports concurrent remote calls, so all you have to do is create several threads and make each of them send a single file.

link|flag
I tried it but when i try to access the remoteobject for each thread it raised an exception. i will try again once – karthik Oct 15 at 9:29
hi Lluis Sanchez if two different clients send two different files there is no problem it successfully goes.when i send two files to same ip using the same remote object i created it gives a "Object reference Exception.".Please give me some advice. its urgent – karthik Oct 16 at 6:53
This may be a concurrency problem in the server object. That object should take into account that in may receive more than one concurrent call. – Lluis Sanchez Oct 16 at 9:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.