Re: thread limit in fork?

2002-11-25 Thread Scott Carr
Which OS are you using? -- Scott Carr Documentation Maintainer http://documentation.openoffice.org OpenOffice.org Quoting prefab <[EMAIL PROTECTED]>: > hello, > > there appears to be a limit of 64 processes that can > be forked on win32. The following code: > > foreach $i (1..1000) { > if

Re: thread limit in fork?

2002-11-25 Thread Jan Dubois
On Mon, 25 Nov 2002 15:09:26 -0800 (PST), prefab <[EMAIL PROTECTED]> wrote: >Does anyone know where this limit comes from and if it >is possible to configure a higher number of threads? Yes, there is a limit of 64 *concurrent* threads in Perl on Windows. The limit comes from using the WaitForMul

Re: thread limit in fork?

2002-11-26 Thread prefab
I am using ActiveState Perl 5.6.1 build 633 on w2k workstation. --- Scott Carr <[EMAIL PROTECTED]> wrote: > Which OS are you using? > -- > Scott Carr > Documentation Maintainer > http://documentation.openoffice.org > OpenOffice.org > > > Quoting prefab <[EMAIL PROTECTED]>: > > > hello, > > >

RE: thread limit in fork?

2002-11-26 Thread Edwards, Mark \(CXO\)
ime but occasionally gets all forked up. What's the official word on 5.6.1 (build 633). -Original Message- From: Jan Dubois [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 16:45 PM To: prefab Cc: [EMAIL PROTECTED] Subject: Re: thread limit in fork? Importance: Low On Mon, 2