View Single Post
  #1 (permalink)  
Old 11-14-06, 03:58 PM
gagarin_uri gagarin_uri is offline
New Member
 
Join Date: Nov 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
soccet client server

-using the UNIX ,create an announcement environment.
-this environment consists of an announcement server and a listening client.
-the announcement server is a process which is executed on the back-ground.
the server keeps a static collection of announcements(5 strings for example).
-the listening client is a process which communicates with the server using sockets.-the server,after every connection request,transfers the announcement collection to the client using the fork() and then ends the connection.

i hope the translation was good, sorry for my poor english
please , we would be grateful for any help. we re socket beginners
Reply With Quote