Question
"Nitin Duggal" <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <020b01c2088e$6b980ba0$4380a4a4@Nitin> |
I have a small query, whose solution I am unable to find. It would be great if anyone please respond. I am creating a Request object to communicate with Java HTTP server and is working fine. But now I am trying to have 2 Request objects in my application (in different threads), both for communicating with same server. I want to use them concurrently but they are not working in desired way. - Is this possible? Or should I have only one Request object. - How to use the Event Loop in such a case? Any suggestions. Kindly help. Thanks Nitin