multithreaded application to multiprocessing application
From: Suresh (d_suresh2k_at_yahoo.com)
Date: 05/19/04
- Previous message: Kevin: "Need new server software: Suse or MS?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 19 May 2004 16:57:34 +0530
**** Post for FREE via your newsreader at post.usenet.com ****
Hi All,
I have a process in which 66 threads are running.In this there are some
threads which implemented SNMP Protocol, and some threads which
implemented HTTP protocol and some threads implemented Layer 2 switching
All the threads in HTTP or SNMP will communicate to the core switching
thru a set of library calls.
Since HTTP, SNMP are heavy processes.If some thing goes wrong(if there
is a core dump) in HTTP or SNMP threads, entire process will get effected.
Now if I have separate processes for HTTP and SNMP, problems in
SNMP/HTTP wouln't struck the core functionality of switching.
What is the approach I need to follow,to move all the SNMP related
threads under a single process and all HTTP threads under a nother process ?
What are the possible problems that we can expect ?
By the way I am not so good in linux programming.
Can you give me some resources/directions in doing this !!
Thanks and Regards
Suresh
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*** Usenet.com - The #1 Usenet Newsgroup Service on The Planet! ***
http://www.usenet.com
Unlimited Download - 19 Seperate Servers - 90,000 groups - Uncensored
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- Previous message: Kevin: "Need new server software: Suse or MS?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|