From: "K. R." Date: 2007-11-19T15:53:01+09:00 Subject: Re: call with async method > Definitively. And also: KR, where do you do the sniffing? Is it in > Pcaplet's constructor? In that case the flag would be useless. No, I don't sniff in the constructor. But with xmlrpc4r, I have a big problem. When I want to start the Serverapplication (server = XMLRPC::Server.new(ip, "/RPC2", 20000) and call the serve method, my application needs 20 seconds to start correctly. After the starting phase, all response of connection-requests have a delay to 20 seconds. -- Posted via http://www.ruby-forum.com/.