Results 1 to 6 of 6

Thread: How to use matching settings for synchronous and asynchronous pipes

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2016
    Posts
    4
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default How to use matching settings for synchronous and asynchronous pipes

    Hello everyone,

    I have written client application with Qt using QLocalSocket class. As I know Qt opens asynchronous I/O pipes. What if a server was not written in Qt (so it opened synchronous I/O pipe)? Is it possible to tell my client to connect to synchronous I/O pipe? How to use matching settings in such situations? I can change only client side - I do not have access to the server code which is syslog_ng application. When client tries to connect I obtain error: ConnectionRefusedError.
    Last edited by cyki; 25th October 2016 at 17:06.

Similar Threads

  1. Replies: 2
    Last Post: 16th September 2014, 16:56
  2. Named pipes in Qt
    By xenko in forum Qt Programming
    Replies: 3
    Last Post: 20th July 2012, 09:05
  3. QProcess pipes problem
    By benacler in forum Qt Programming
    Replies: 6
    Last Post: 7th December 2007, 18:30
  4. QProcess and Pipes
    By KaptainKarl in forum Qt Programming
    Replies: 1
    Last Post: 9th April 2007, 23:11
  5. Asynchronous server msg vs synchronous functions
    By nouknouk in forum Qt Programming
    Replies: 9
    Last Post: 2nd February 2006, 17:10

Tags for this Thread

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.