From: Robert Klemme Date: 2007-11-19T17:40:25+09:00 Subject: Re: call with async method 2007/11/19, K. R. : > > 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. Ugly. Did you find out where the time is spent? Is using DRb an option? Cheers robert -- use.inject do |as, often| as.you_can - without end