[fpc-devel] simpleipc issues
Michael Van Canneyt
michael at freepascal.org
Tue Sep 15 13:09:17 CEST 2015
On Tue, 15 Sep 2015, Michael Schnell wrote:
> On 09/14/2015 03:56 PM, Ondrej Pokorny wrote:
>> 3.) MISSING: Multiple clients (from different processes) talk to one
>> server.
>> 4.) MISSING: Client is able to receive a response on a request.
>> 5.) MISSING: (Optionally, not default) client sends a request to a server
>> that isn't running. The server is able to handle these requests when it is
>> started.
>>
> Do I understand correctly that you are talking about "real" inter-Process
> communication and not inter-Tread-Communication within the same project ?
> (IMHO, this would require completely different paradigms.)
IPC = Inter PROCESS Communication.
Michael.
More information about the fpc-devel
mailing list