in reply to Re^2: POE RPC example
in thread POE RPC example

Same logic you use for a server, just different objects, like http://poe.perl.org/?POE_Cookbook/TCP_Clients

Replies are listed 'Best First'.
Re^4: POE RPC example
by muthuma (Novice) on Nov 02, 2008 at 13:13 UTC
    Ya I have gone through this example which provide sequential way of handling. this a sequential way of doing,but not a parallel processing/multiplexing/threading foreach my $port (@ports) { } Is there possiblity to handle parallel processing??? Any help would be appreciated.