Am Mit, 2002-10-30 um 16.43 schrieb Greg Turner:
Actually, I was leaning towards the idea of having the test program itself be both client and server... but AFAIK there is no wine-compatible way to fork()..?
Why don't you just use CreateThread()?
I am doing this for the winsock tests and it works just fine. You can use thread-local storage to keep variables separate.
Martin