can we init 2 libwww?
"Jerry G. Chiuan" <[email protected]> Tue, 9 Sep 2003 10:42:25 -0700
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <008801c376f9$baf7eb90$25a8a8a8@piglet> |
Hi All, Since libwww internally only has one thread for sending requests, and I want to have 2 threads in my application Is it possible to initiate twice HTProfile_newNoCacheClient(app_name, app_version); in my application? and can the application have 2 seperate libwww objects underneath? one for each application thread Regds, - Jerry