Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: CookieManager thread safety

www.cryer.info
Managed Newsgroup Archive

Re: CookieManager thread safety

Subject:Re: CookieManager thread safety
Posted by:"dk_sz" (dk_..@hotmail.com)
Date:Fri, 12 May 2006 17:06:29

> the CookieManager object itself is sharable across threads, because as you
> already noticed, the VCL core is not thread-safe.  It can safely be shared

The only thing not thread/share safe about cookie
manager is the notification stuff AFAIK... It wouldn't be impossible
to restruture the code a bit so it didn't depend on notifications...
But of course, it is always a problem with QA such things.


> with multiple TIdHTTP objects in the same thread, though.

But that is only rarely useful - right??


best regards
Thomas

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive