Spawning child processes

C

Chris

I have a stand-alone program that I want to convert into a client-server
type approach so that instead of running several instances of the same
program I just spawn new child processes. In theory this should reduce
the load on our server :)

As I've never done any of this before could anyone please suggest
web-sites or other sources for useful info. I've done a google search,
but comes up mainly with distance learning courses for C :-(

TIA
Chris.
 
M

Mark A. Odell

I have a stand-alone program that I want to convert into a client-server
type approach so that instead of running several instances of the same
program I just spawn new child processes. In theory this should reduce
the load on our server :)

As I've never done any of this before could anyone please suggest
web-sites or other sources for useful info. I've done a google search,
but comes up mainly with distance learning courses for C :-(

I'm afraid we're no help here since the C language has not notion of
spawning processes. You simply cannot do this without some system-specific
(read: off-topic here) libraries. This sounds kind of unixy so why not try
over in comp.unix.programmer?
 
C

Chris

Mark said:
I'm afraid we're no help here since the C language has not notion of
spawning processes. You simply cannot do this without some system-specific
(read: off-topic here) libraries. This sounds kind of unixy so why not try
over in comp.unix.programmer?

Thanks. I'll head over there then.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top