Re: how does linux support domino?

2001-04-24 Thread Jorge Nerin
Xiong Zhao wrote: > hello.on linux we will see a new domino server process/thread is created for each > client.how does linux do this?does it use pthread?using fork or clone or someway > else?what's the common way of linux to support apps like lotus domino that will > have lots of concurrent

Re: how does linux support domino?

2001-04-24 Thread Jorge Nerin
Xiong Zhao wrote: hello.on linux we will see a new domino server process/thread is created for each client.how does linux do this?does it use pthread?using fork or clone or someway else?what's the common way of linux to support apps like lotus domino that will have lots of concurrent users

Re: how does linux support domino?

2001-04-23 Thread Erik Mouw
On Mon, Apr 23, 2001 at 01:59:52PM +0800, Xiong Zhao wrote: > hello.on linux we will see a new domino server process/thread is > created for each client.how does linux do this?does it use > pthread?using fork or clone or someway else? pthreads are modeled on top of the clone() system call. >

Re: how does linux support domino?

2001-04-23 Thread Erik Mouw
On Mon, Apr 23, 2001 at 01:59:52PM +0800, Xiong Zhao wrote: hello.on linux we will see a new domino server process/thread is created for each client.how does linux do this?does it use pthread?using fork or clone or someway else? pthreads are modeled on top of the clone() system call. what's

how does linux support domino?

2001-04-22 Thread Xiong Zhao
hello.on linux we will see a new domino server process/thread is created for each client.how does linux do this?does it use pthread?using fork or clone or someway else?what's the common way of linux to support apps like lotus domino that will have lots of concurrent users which are served by

how does linux support domino?

2001-04-22 Thread Xiong Zhao
hello.on linux we will see a new domino server process/thread is created for each client.how does linux do this?does it use pthread?using fork or clone or someway else?what's the common way of linux to support apps like lotus domino that will have lots of concurrent users which are served by