Re: thread safety

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
> safe. From my usage of posting a request and getting large data back, on
> Solaris, multithreading *seems* to work fine. But it fails miserably on
> NT.  Has anyone lately given a thought, worked on multithreaded usage of
> the libary?

Why would you *want* it to be thread-safe? It can do several downloads
simultaneously in a single thread, so what benefits does running it in
several threads have?

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer     |  CS student at the Technische  |  GnuPG key:
  | \/¯|  http://atterer.net  |  Universität München, Germany  |  0x888354F7
  ¯ '` ¯

Received on Wednesday, 30 April 2003 19:48:05 UTC