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
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
> ___