On Fri, 5 May 2006, Alexander Todorov wrote:
> Hello,
> I have an application that uses TCP sockets nut it is going to be
> changed with UNIX sockets.
> Can you point me to some easy and clean approach how to emulate UNIX
> sockets for Windows.
> The only thing I can think of is using named pipe
Alexander Todorov wrote:
Hello,
I have an application that uses TCP sockets nut it is going to be
changed with UNIX sockets.
Can you point me to some easy and clean approach how to emulate UNIX
sockets for Windows.
The only thing I can think of is using named pipes and encapsulate the
functionali
Hello,
I have an application that uses TCP sockets nut it is going to be
changed with UNIX sockets.
Can you point me to some easy and clean approach how to emulate UNIX
sockets for Windows.
The only thing I can think of is using named pipes and encapsulate the
functionality in some class. Any othe