From kde-core-devel Sun Jun 29 08:43:38 2008 From: Sebastian =?iso-8859-1?q?Tr=FCg?= Date: Sun, 29 Jun 2008 08:43:38 +0000 To: kde-core-devel Subject: Multithreaded QLocalSocket Message-Id: <200806291043.38440.strueg () mandriva ! com> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=121472902125972 Apparently on Unix QLocalSocket uses QTcpSocket internally. This results in a big problem when I want to use it in a multithreaded environment as I cannot move the internal QTcpSocket to the new thread. Does anyone have an idea on how to solve this issue? On how to use QLocalSocket in multithreaded systems? Thanks a lot, Sebastian