Re: Pleae help in building multiclient socket application
From: Carlos Moreno (moreno_at_mochima_dot_com_at_xx.xxx)
Date: 08/15/05
- Previous message: Lars Weber: "Re: Is there a HTML library"
- Next in thread: David Schwartz: "Re: Pleae help in building multiclient socket application"
- Maybe reply: David Schwartz: "Re: Pleae help in building multiclient socket application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 15 Aug 2005 09:17:39 -0400
sara_michael77@yahoo.com wrote:
> hi all,
>
> im very new to socket programing in linux and been
> assigned to develop a multiclient socket application.
> the application shall have 5 clients, always connected.
> the clients can communication through the server only.
>
> the server shall use fork() and pipe() for creating
> child processes and inter process communication.
> the child processes are required to communicate through
> parent server.
There are (explained) examples of this in Mathew/Stones'
"Beginning Linux Programming"
Of course, there are also more complete examples of this
and many other related things in Stevens' "Unix Network
Programming" (Volume I -- Sockets and X11). I'm not sure
if you'll need also "Advanced Programming in the UNIX
Environment" for the fork() part (maybe it is covered
in the U.N.P. book itself). Maybe Volume II would be
necessary, for the inter-process communications part of
your mandate.
HTH,
Carlos
--
- Previous message: Lars Weber: "Re: Is there a HTML library"
- Next in thread: David Schwartz: "Re: Pleae help in building multiclient socket application"
- Maybe reply: David Schwartz: "Re: Pleae help in building multiclient socket application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|