Hi,
We have a TCP/IP server program that that DOES NOT spawn child processes to deal with client requests, but instead spawns new threads on dedicated lightweight processes (LWP's). It has been ported from Windows, and I am attempting to run this on a Unixware 7 box with multiple processors, and get it parallel processing.
I don't know much about LWP's - is it even possible for a single server process containing multiple LWP's to utilise multiple processors simultaneously?
Thanks!
Stu
We have a TCP/IP server program that that DOES NOT spawn child processes to deal with client requests, but instead spawns new threads on dedicated lightweight processes (LWP's). It has been ported from Windows, and I am attempting to run this on a Unixware 7 box with multiple processors, and get it parallel processing.
I don't know much about LWP's - is it even possible for a single server process containing multiple LWP's to utilise multiple processors simultaneously?
Thanks!
Stu