Results 1 to 17 of 17

Thread: qt network performance

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: qt network performance

    It could be easier for you if you separate each message with a new line character and use a textstream instead of datastream. Then you can check if there are more lines to read and read line by line. Of course you can try to do simmilar things using QDataStream::atEnd(), but you'll probably have to use it quite often (before every read).

  2. The following user says thank you to wysota for this useful post:

    criss (24th July 2006)

  3. #2
    Join Date
    Jul 2006
    Posts
    8
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Smile Re: qt network performance

    now i had time to finish that part and it worked. thanks again.

Similar Threads

  1. more network connections simultaneously
    By cmeliak in forum Qt Programming
    Replies: 9
    Last Post: 8th June 2006, 00:17
  2. Qt4: QDir::entryList bug in windows when listing network files?
    By Yvon Halbwachs in forum Qt Programming
    Replies: 2
    Last Post: 12th May 2006, 14:22
  3. [QT 4] QTextEdit performance
    By fellobo in forum Qt Programming
    Replies: 8
    Last Post: 6th March 2006, 19:27
  4. Increasing performance from Qtextedit, listview, etc?
    By taylor34 in forum Qt Programming
    Replies: 1
    Last Post: 16th February 2006, 10:20

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.