Implement a simple client and server in pyton. Know how to help?

Thread Tools
 
Search this Thread
 
Old Oct 16, 2005 | 02:38 PM
  #1  
F150 Duke's Avatar
Thread Starter
|
Senior Member
Joined: Apr 2005
Posts: 3,009
Likes: 0
From: In a van down by the river
Implement a simple client and server in pyton. Know how to help?

Hey guys I have this programming assignment due and in need of help. Can you help with this? I'd be greatful for hints or ways to start if you could help out!

This assignment is to implement a simple client and a simple server in python (or perl, java, C or C++ though we will not mention these further here), using the socket module. Both will be run from the command line. A pair of instances of the client will communicate back and forth, through their connections to the server. Both clients will be sending and receiving concurrently. (Clients will not be connected directly, but only to the server.) In particular, you will need to use fork from the os module for concurrency (or threads --- in any event you will need two processes for a client and two for the server).


Thanks,

Duke
 
Reply
Old Oct 16, 2005 | 05:15 PM
  #2  
F150 Duke's Avatar
Thread Starter
|
Senior Member
Joined: Apr 2005
Posts: 3,009
Likes: 0
From: In a van down by the river
yeah so um I take it nobody wants to help, huh?
 
Reply
Old Oct 16, 2005 | 05:29 PM
  #3  
RED WING NUT's Avatar
Senior Member
Joined: Mar 2004
Posts: 1,061
Likes: 0
From: Detroit Rock City
I want to help sooooo badly but I have no idea what you're talking about.
 
Reply
Old Oct 17, 2005 | 11:17 AM
  #4  
F150 Duke's Avatar
Thread Starter
|
Senior Member
Joined: Apr 2005
Posts: 3,009
Likes: 0
From: In a van down by the river
Originally Posted by RED WING NUT
I want to help sooooo badly but I have no idea what you're talking about.
haha neither do I. I have a lot of reading to do to get this done by Tuesday.
 
Reply




All times are GMT -4. The time now is 07:56 AM.