Thread: multiple Clients, single server program

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    1

    multiple Clients, single server program

    Hi Does anyone have C source code for a simple client server programming.
    What i want to do is i want to transfer a large file from multiple client to a server. The server should connect too all clients simultaneously.

    Thanks

    Sam

  2. #2
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Well for starters this isn't a place to request code, scripts or alike.

    I suggest searching on sf.net,

    But if you want to make one yourself, then look into mutli-thread programming + sockets.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Reading the intro threads in this forum would be a start as well.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 01-10-2009, 02:36 PM
  2. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  3. Simulation of a server and clients
    By wise_ron in forum C Programming
    Replies: 5
    Last Post: 10-10-2006, 01:49 PM
  4. Replies: 2
    Last Post: 03-05-2002, 05:52 AM
  5. server with multiple clients
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 02-23-2002, 09:15 PM