Moving multi threaded application to multi processing
From: Suresh (d_suresh2k_at_yahoo.com)
Date: 05/14/04
- Previous message: Jack Strangio: "Re: How to allocate few bytes to a file automatically after creating it?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 14 May 2004 11:58:47 +0530
**** Post for FREE via your newsreader at post.usenet.com ****
Hi,
This is the background of the problem.
I have some code working in as multiple threads.For example SNMP
Protocol is running as few threads,HTTPD running as few
threads,switching application (layer 2 switching)running as few
threads..etc.
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 in HTTP
or SNMP thread, entire process will get effected. So if we have separate
processes for HTTP and SNMP, problems in SNMP/HTTP wouln't struck the
core functionality of switching.
What would be the approach do we follow to do this kind of process
separation ?
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: Jack Strangio: "Re: How to allocate few bytes to a file automatically after creating it?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|