View previous topic :: View next topic |
Author |
Message |
kkg -
Joined: 26 Jan 2005 Posts: 4
|
Posted: Wed Mar 29, 2006 8:54 pm Post subject: processing and threading model used by Abyss |
|
|
Hi,
Could anyone comment on the processing and threading model used by Abyss server (especially the X1 server)? e.g., is it multi-process, multi-threaded? and in more details how many processes/threads created when the server starts up, and do processes/threads have a maximum lifetime? Are new processes/thread created while the server is running?
Thanks. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Mar 30, 2006 10:02 am Post subject: Re: processing and threading model used by Abyss |
|
|
kkg,
Abyss Web Server (all versions) is a multithreaded application. The best method to answer your questions is to do the tests "live" on your computer: open the Windows task manager and configure it to add the column "Thread count" to the view. Next monitor this column for abyssws.exe processes. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|