rolkey / indyproject

Automatically exported from code.google.com/p/indyproject
0 stars 0 forks source link

TIdSchedulerOfThreadPool problems #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
TIdSchedulerOfThreadPool appears to still have the problems that have been 
discussed over the years.

April 2005:
http://newsgroups.cryer.info/atozedsoftware/indy.general/200504/0504253614.
html

September 2005:
http://newsgroups.cryer.info/atozedsoftware/indy.general/200509/0509144041.
html

October 2006:
http://delphi.newswhat.com/geoxml/forumhistorythread?
groupname=borland.public.delphi.internet.winsock&messageid=Xns986296DB1597A
philipvonmelleglobe@207.105.83.66

Original issue reported on code.google.com by gambit47 on 24 Nov 2009 at 1:25

GoogleCodeExporter commented 9 years ago
FWIW:  I believe some (maybe all) of the referenced errors occur when the 
server is Active when the TIdSchedulerOfThreadPool is attempted to be free'd.  
Workaround for AV's in a new server just thrown together was to simply ensure 
server.Active := False before freeing the assigned TIdSchedulerOfThreadPool.

Original comment by dar...@darianmiller.com on 1 Jul 2013 at 9:56