You should generally ask these questions of the entire mailing list. Mostly I wouldn't worry too much about the process list -- it looks intimidatingly long, but it's not that big a deal. Webware pre-spawns threads in anticipation of requests (StartServerThreads) and will spawn more if needed (up to MaxServerThreads) -- decrease StartServerThreads if you don't want to many threads. There's also some threads for monitoring several things.
On Mon, 2003-07-14 at 13:31, sandra wrote: > Good morning.. > I 'd like to know how threads works in Webkit.. > > my AppServer.config settings are: > 'StartServerThreads': 10, > 'MaxServerThreads': 20, > 'MinServerThreads': 5, > > when I look into the process list in Linux I see: > root 9753 1 0 12:07 pts/2 00:00:00 python Launch.py > ThreadedAppServer > root 9755 9753 0 12:07 pts/2 00:00:00 python Launch.py > ThreadedAppServer > root 9756 9755 0 12:07 pts/2 00:00:00 python Launch.py > ThreadedAppServer > root 9757 9755 0 12:07 pts/2 00:00:00 python Launch.py > ThreadedAppServer > root 9759 9755 0 12:07 pts/2 00:00:01 python Launch.py > ThreadedAppServer > root 9760 9755 0 12:07 pts/2 00:00:00 python Launch.py > ThreadedAppServer > root 9761 9755 0 12:07 pts/2 00:00:01 python Launch.py > ThreadedAppServer > root 9762 9755 0 12:07 pts/2 00:00:00 python Launch.py > ThreadedAppServer > root 9763 9755 0 12:07 pts/2 00:00:00 python Launch.py > ThreadedAppServer > root 9853 1 0 12:08 ? 00:00:00 python Launch.py > ThreadedAppServer > root 9856 9853 0 12:08 ? 00:00:00 python Launch.py > ThreadedAppServer > root 9857 9856 0 12:08 ? 00:00:00 python Launch.py > ThreadedAppServer > root 9858 9856 0 12:08 ? 00:00:00 python Launch.py > ThreadedAppServer > > root 10019 1 0 12:10 ? 00:00:00 python Launch.py > ThreadedAppServer > root 10022 10019 0 12:10 ? 00:00:00 python Launch.py > ThreadedAppServer > root 10023 10022 0 12:10 ? 00:00:00 python Launch.py > ThreadedAppServer > root 10024 10022 0 12:10 ? 00:00:00 python Launch.py > ThreadedAppServer > root 10383 1 0 12:14 ? 00:00:00 python Launch.py > ThreadedAppServer > root 10386 10383 0 12:14 ? 00:00:00 python Launch.py > ThreadedAppServer > root 10387 10386 0 12:14 ? 00:00:00 python Launch.py > ThreadedAppServer > root 10388 10386 0 12:14 ? 00:00:00 python Launch.py > ThreadedAppServer > root 10539 1 0 12:16 ? 00:00:00 python Launch.py > ThreadedAppServer > root 10542 10539 0 12:16 ? 00:00:00 python Launch.py > ThreadedAppServer > root 10543 10542 0 12:16 ? 00:00:00 python Launch.py > ThreadedAppServer > root 10544 10542 0 12:16 ? 00:00:00 python Launch.py > ThreadedAppServer > > this number of threads is aleatory..sometimes I see 14, 1, and now for > example I see like 20.. > > What does this mean? I've read in the 'discuss list' that webkit create > 4 extra threads .. > > how a change in the AppServer.config file affects the process ? > > thanks in advance. > > > ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
