in reply to Re: POE RPC example
in thread POE RPC example
Any better way to do this??? Any link/reference would also be helpfulpseudo code in client Assume ip1,ip2,ip3..so on are already connected sock. Added each of the socket to IO::Select while(1) { (@ready)= IO::Select->select($selector,undef,undef); proceed with received reponse from services. }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: POE RPC example
by Anonymous Monk on Nov 02, 2008 at 12:49 UTC | |
by muthuma (Novice) on Nov 02, 2008 at 13:13 UTC |