Re: [PHP] how do i allow more than 2 threads of php to run?

2008-12-09 Thread Ashley Sheridan
On Tue, 2008-12-09 at 12:19 -0800, Daevid Vincent wrote: > Assuming this is in-fact your issue, I ALWAYS do this registry hack on > my Windows computers: > http://support.microsoft.com/kb/282402 > > > On Tue, 2008-12-09 at 22:10 +0200, Krister Karlström wrote: > > > Hi! > > > > Please note that

Re: [PHP] how do i allow more than 2 threads of php to run?

2008-12-09 Thread Daevid Vincent
Assuming this is in-fact your issue, I ALWAYS do this registry hack on my Windows computers: http://support.microsoft.com/kb/282402 On Tue, 2008-12-09 at 22:10 +0200, Krister Karlström wrote: > Hi! > > Please note that most browser follows the RFC:s and does not allow more > than two connectio

Re: [PHP] how do i allow more than 2 threads of php to run?

2008-12-09 Thread Krister Karlström
Hi! Please note that most browser follows the RFC:s and does not allow more than two connections to each domain simultaneously. You can do work-arounds to solve this problem, like using subdomains for some requests. In Firefox you might also be able to disable this feature... Regards, Kriste

Re: [PHP] how do i allow more than 2 threads of php to run?

2008-12-09 Thread Rene Veerman
Jochem Maas wrote: Rene Veerman schreef: Jochem Maas wrote: Rene Veerman schreef: i'm getting freezes for the 3rd to Nth concurrent request on my homeserver (got root, on debian4 + apache2). how can i allow more threads? like 50 or so? probably need to fix the a

Re: [PHP] how do i allow more than 2 threads of php to run?

2008-12-09 Thread Jochem Maas
Rene Veerman schreef: > Jochem Maas wrote: >> Rene Veerman schreef: >> >>> i'm getting freezes for the 3rd to Nth concurrent request on my >>> homeserver (got root, on debian4 + apache2). >>> how can i allow more threads? like 50 or so? >>> >> >> probably need to fix the apache.conf to allow

Re: [PHP] how do i allow more than 2 threads of php to run?

2008-12-09 Thread Rene Veerman
Jochem Maas wrote: Rene Veerman schreef: i'm getting freezes for the 3rd to Nth concurrent request on my homeserver (got root, on debian4 + apache2). how can i allow more threads? like 50 or so? probably need to fix the apache.conf to allow more concurrent child processes. K, how

Re: [PHP] how do i allow more than 2 threads of php to run?

2008-12-09 Thread Jochem Maas
Rene Veerman schreef: > i'm getting freezes for the 3rd to Nth concurrent request on my > homeserver (got root, on debian4 + apache2). > how can i allow more threads? like 50 or so? probably need to fix the apache.conf to allow more concurrent child processes. also note I said 'processes' - php i

[PHP] how do i allow more than 2 threads of php to run?

2008-12-09 Thread Rene Veerman
i'm getting freezes for the 3rd to Nth concurrent request on my homeserver (got root, on debian4 + apache2). how can i allow more threads? like 50 or so? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php