RE: thread issue?

2005-10-25 Thread LeFevre, Ken
ECTED] Sent: Monday, October 24, 2005 5:29 PM To: LeFevre, Ken Cc: perl-win32-users@listserv.ActiveState.com; $Bill Luebkert Subject: RE: thread issue? Are you releasing the threads when done with each? With Windows I believe the maximum concurrent thread count is 255. If not, please follow the sta

RE: thread issue?

2005-10-24 Thread Bharucha, Nikhil
Luebkert Sent: Monday, October 24, 2005 4:43 PM To: LeFevre, Ken Cc: perl-win32-users@listserv.ActiveState.com Subject: Re: thread issue? LeFevre, Ken wrote: > I have a process that reads a snippet of code from a database and then > executes it using an eval. When I run it using my test too

Re: thread issue?

2005-10-24 Thread $Bill Luebkert
LeFevre, Ken wrote: > I have a process that reads a snippet of code from a database and then > executes it using an eval. When I run it using my test tools, it works > great. When I run it as part of a system that spawns worker threads and > these threads do the eval, the same code fails. Here a