Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: CookieManager thread safety
| Subject: | Re: CookieManager thread safety |
| Posted by: | "dk_sz" (dk_..@hotmail.com) |
| Date: | Sun, 14 May 2006 02:54:46 |
> TIdHTTP has to be notified of that so that it knows to not try to access
> that CookieManager anymore. That is a basic rule of VCL component
> writing.
Those using a notification system that is.
> That depends on what you are actually doing.
My point just being that it seems to me that :
Assigning an external cookie manager and then
freeing it before the HTTPs (and not nilling it explicitly)
seems to me should be quite rare. At the same time
though, I acknowlegde that it probably easier to keep
the existing design; if for nothing else, then because of QA!
best regards
Thomas Schulz
none