Results 1 to 2 of 2

Thread: IPC with QLocalServer/QLocalSocket

  1. #1

    Arrow IPC with QLocalServer/QLocalSocket

    I'm implementing client-server architecture using QLocalServer and QLocalSocket.

    I'm planning to do a standalone server executable that can have multiple socket connections from client applications. Now, what I'm wondering, is how to handle the sockets?

    Ex. How to echo same data to all sockets or if I like to send something just for a one specific socket? Is it possible?

    What does nextPendingConnection() return, a socket to the newest socket connection available?

    And if you have an good example, please share it.

  2. #2
    Join Date
    Jul 2007
    Posts
    6
    Thanks
    2

    Default Re: IPC with QLocalServer/QLocalSocket


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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.