Hello all, I have a service which performs TCP/IP data exchange with multiple clients. I also have a web page, on which I'd like to have a "ping" button, that should tell the service to send a certain packet to the client and return a response.
My question is - what's the best way to implement this? I've found an implementation of named pipes by Ivan Latunov, but it looks like its windows only. Currently that's OK, but i know for sure that the project will be moved to linux entirely. Is there an implementation that's lightweight and works on both runtimes? Thanks, Vasili. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
