Hi @all I would like to call a method asynchron on a other pc with xmlrpc 1.7.16! For the background: I've 2 computers (sender / receiver) in my network and I would like to sniff the networktraffic from sender to receiver on the receiver (with the pcap-library). So I call the method start_sniffing() on the receiver asynchron and start with sending on the sender. But it didn't run! To establish the connection, it during over 20 sec, but the network run correctly. Does anyone know a solution or have the same problem? thanks for helping... -- Posted via http://www.ruby-forum.com/.