View previous topic :: View next topic |
Author |
Message |
\Kritikal\ -
Joined: 22 Oct 2003 Posts: 4
|
Posted: Tue Nov 11, 2003 5:20 am Post subject: Multi-Process Support? |
|
|
Simple question:
Can you use pfsockopen with Abyss?
Some questions were brought up in #php on irc.freenode.org about whether this server was single process or not. If not, maybe a future addition? I'd be willing to give up a little space to run multi-process. Thanks! _________________ ://Kritikal Web Solutions |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Nov 13, 2003 3:38 am Post subject: Re: Multi-Process Support? |
|
|
\Kritikal\ wrote: | Simple question:
Can you use pfsockopen with Abyss?
Some questions were brought up in #php on irc.freenode.org about whether this server was single process or not. If not, maybe a future addition? I'd be willing to give up a little space to run multi-process. Thanks! |
Abyss runs the CGI version of PHP. And CGI by definition ends when the script ends and the PHP process stops, so there could be no persistence. Only a module version of PHP can have persistence.
So as you can see, this has no relation with being "multi-process" or not. By the way, this is the first time we read that word? What does it mean exactly? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|