etop-wesley / hac

1 stars 0 forks source link

QCopChannel, QWSServer doesn't work #36

Closed etop-wesley closed 14 years ago

etop-wesley commented 14 years ago

trying to implement the applications with QT server-client frame work. but the server app(with -qws) can not get control to the client app(without -qws), it seems, the client app play as a server itself,

also, checking QCopChannel, the communication between two channel objects in same QApplication is ok, but if create the QCopChannel in different QApplication, the can not receive each other.

It sound like the QCopChannel cause QWSServer broken.

/WX

etop-wesley commented 14 years ago

After looking the fucking source code of QCopChannel, I found the it may due to QWS_MULTI_PROCESS feature disable

etop-wesley commented 14 years ago

May be some hide/invisible fault cause from my QTE configure, the qt kernel config need to be checked I think.

etop-wesley commented 14 years ago

OK, enable QWS_MULTIPROCESS fix this problem.