Search found 2 matches
Aprelium Forum Index
Author Message
  Topic: Running PHP in FastCGI Server Mode!
luka8088

Replies: 8
Views: 81954

PostForum: Tutorials   Posted: Fri Mar 13, 2009 5:01 pm   Subject: Re: it is not multi-threaded ...
luka8088,

You are running a single instance of php-cgi and it is not multithreaded hence the behavior you are getting.

It is recommended to set the FastCGI mode with local pipes/local TCP/IP as ...
  Topic: Running PHP in FastCGI Server Mode!
luka8088

Replies: 8
Views: 81954

PostForum: Tutorials   Posted: Tue Feb 24, 2009 1:45 pm   Subject: it is not multi-threaded ...
php-cgi is not multi-threaded ....

try this code:

<?php

sleep(10);
phpinfo();

?>

and then open 3 browser tabs, and call open that script from all 3 at the same time... you will s ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group