1 May 2003 02:06
Re: thread safety
Tanmay Patwardhan <tpthesis <at> hotmail.com>
2003-05-01 00:06:29 GMT
2003-05-01 00:06:29 GMT
In my case, I have a windows DLL which uses libwww underneath to POST and get responses back from a servlet. This windows DLL when used by clients, who send quick successive requests, results in a failure. The first request *hangs* so to speak where as the second one, does succeed. I noticed that in this case, I get a Host info... REUSING CHANNEL 022310A0 status message. I tried to mimic the above behaviour through an independent threaded NT VC++ application and got the same behaviour. My main consideration is to get around my DLL problem. -Tanmay ----------------------- Tanmay Patwardhan Applications Developer, UBS Warburg, Chicago, IL. ----------------------- >From: Richard Atterer <richard <at> list03.atterer.net> >To: www-lib <at> w3.org >Subject: Re: thread safety >Date: Thu, 1 May 2003 01:47:13 +0200 > > >On Wed, Apr 30, 2003 at 05:29:12PM -0500, Tanmay Patwardhan wrote: > > I did read previous discussions on the list about libwww not being >thread(Continue reading)
RSS Feed