Hey Juergen,

thanks for taking the time to read my mail.

By synchronisation, you're talking about event flags, semaphores,
message queues, etc, right?

For an event flag, i would create a name pipe, and store it's
filename, name, and handle in the database. SetEvent would then write
a byte to the pipe. ResetEvent would read all the bytes from the pipe.
WaitSingleObject would select on the pipe. Processes would use the
database to find the pipe's filename using either the event flag's
name or handle.

i think the other synchronisation events could be handled in a similar
fashion.

Mike

Original message from: "Juergen Schmied" <[EMAIL PROTECTED]>
>
>Did you think about syncronisation?
>Do you really know what the server is doing beside storing some data?
>
>Ciao
>
>Juergen


------------------------------------------
mailto:[EMAIL PROTECTED]
ph +61 2 9427 2196

__________________________________________________________________
Get your own free web email at http://www.looksmart.com.au
LookSmart Australia


Reply via email to