Query: xmlrpc::transport::tcp
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XMLRPC::Transport::TCP(3pm) User Contributed Perl Documentation XMLRPC::Transport::TCP(3pm)NAMEXMLRPC::Transport::TCP - Server/Client side TCP support for XMLRPC::LiteSYNOPSISuse XMLRPC::Transport::TCP; my $daemon = XMLRPC::Transport::TCP::Server -> new (LocalAddr => 'localhost', LocalPort => 82, Listen => 5, Reuse => 1) -> objects_by_reference(qw(My::PersistentIterator My::SessionIterator My::Chat)) -> dispatch_to('/Your/Path/To/Deployed/Modules', 'Module::Name', 'Module::method'); print "Contact to XMLRPC server at ", join(':', $daemon->sockhost, $daemon->sockport), " "; $daemon->handle;DESCRIPTIONCOPYRIGHTCopyright (C) 2000-2001 Paul Kulchenko. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.AUTHORPaul Kulchenko (paulclinger@yahoo.com) perl v5.12.4 2011-08-18 XMLRPC::Transport::TCP(3pm)
| Related Man Pages |
|---|
| xmlrpcsh(1p) - debian |
| apache::soap(3pm) - debian |
| apache::xmlrpc(3pm) - debian |
| xmlrpc::lite(3pm) - debian |
| xmlrpc::transport::http(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| My first PERL incarnation... Audio Oscillograph |