Results 1 to 2 of 2

Thread: server implementation question

  1. #1
    Join Date
    Dec 2008
    Location
    Poland
    Posts
    383
    Thanks
    52
    Thanked 42 Times in 42 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Android

    Default server implementation question

    Hello,
    I'm implementing multi-client server application and want to ask opinion regarding this mater.

    My question is what to use:
    Threaded server to handle multiple clients or one threaded server and managing clients using QList container with QTCPSockets?

    I just wonder what is better approach to implement server that will send large amount of the data to clients.

    Best regards.
    In the near future - corporate networks reach out to the stars. Electrons and light flow throughout the universe.
    The advance of computerization however, has not yet wiped out nations and ethnic groups.

  2. #2
    Join Date
    Aug 2010
    Posts
    4
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

  3. The following user says thank you to Mechan for this useful post:

    Talei (30th April 2012)

Similar Threads

  1. Replies: 6
    Last Post: 21st March 2011, 13:29
  2. Replies: 2
    Last Post: 5th February 2011, 17:44
  3. Replies: 7
    Last Post: 19th August 2010, 12:49
  4. Replies: 10
    Last Post: 22nd July 2009, 23:52
  5. Plugin implementation question
    By JPNaude in forum Qt Programming
    Replies: 12
    Last Post: 27th August 2008, 20:24

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.