vote up 0 vote down star

Has anyone any experience of using PGM at the winsock (not MSMQ) level on Windows? It looks like a useful reliable multicast protocol (a la TIBCO Rendezvous) and I assume that it would be possible to make something like this really fly if run over native completion-port based I/O.

I've dabbled with it, at a C++ level, by writing some boost::asio support and also got it going in C# via SocketAsyncEventArgs, but alas my meagre home-office set-up lacks a true LAN to test it out properly, and I wondered if anyone has spent anytime on it and has any observations?

flag

1 Answer

vote up 1 vote down check

Run away! We tried to use it for a project once and couldn't make it work. The biggest problem was some sort of pending I/O request hanging in the driver so you couldn't kill the process. Made it a bit difficult to debug.

this was Server 2003, and I doubt that it's better in 2008, but you could always try it there.

link|flag
Hi, if you had issues with PGM please let me know as we are interested in your experience, we are working with the product team with the latest vista/win7 implementation. thanks – No hay Problema Jul 22 at 11:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.