Re: [Interest] Qt5: Status of, "Add QtService to Qt proper"

2012-11-19 Thread Andrew Stanley-Jones
rvice runs (e.g., it's a service/daemon). > > (?b) SIMPLE/STANDARD INTER-PROCESS COMMUNICATION. Clients can access > the service/daemon in a simple-and-standard-way (e.g., > reading-and-writing text to ports, etc.) > > (?c) PLATFORM-SPECIFIC REGISTRATION. Implementation properly handles > sys

Re: [Interest] Qt5, QtMobility API: Qt Service Framework

2012-10-01 Thread Andrew Stanley-Jones
king-correctly.) > > My "fall-back" for now would be to use QLocalSocket/QLocalServer and > do the process-discovery work myself. I'm just wondering if I should > expect to do that upon release of Qt5-final. > > Thanks! > > --charley > ___