Subject Re: [firebird-php] Re: ibserver terminated abnormally (-1)
Author Helen Borrie
At 04:26 PM 6/01/2004 +0000, you wrote:

>And one more question, please. Why on Linux I have a couple
>of "ibserver" processes started although I use SuperServer? On
>Windows machine is only one.

Linux SS is only one process. What you see on Linux with ps are
*threads*. Windows only shows you the process.

btw, documentation is wrong when it says "Classic starts one process for
each connection while SS starts one thread per connection". In fact, SS
runs several threads per connection and more threads for itself. Some
threads spawn threads of their own. Use ps -auxf | grep ib to see a
tree-like display showing the process and the branching threads. (grep fb
for 1.5).

Helen