From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: ** X-Spam-Status: No, score=2.4 required=5.0 tests=AWL,SPF_SOFTFAIL autolearn=disabled version=3.1.3 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id A33B4BBAF for ; Thu, 9 Apr 2009 12:42:25 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ar0FAOFt3UleZLAsaGdsb2JhbACDbJI6DQsDBwcRuE2CZYEWBg X-IronPort-AV: E=Sophos;i="4.40,159,1238968800"; d="scan'208";a="25946314" Received: from mx30.mail.ru ([94.100.176.44]) by mail3-smtp-sop.national.inria.fr with ESMTP; 09 Apr 2009 12:42:24 +0200 Received: from [82.204.181.180] (port=15712 helo=[10.1.2.9]) by mx30.mail.ru with asmtp id 1LrriB-0002CF-00; Thu, 09 Apr 2009 14:42:23 +0400 Message-ID: <49DDD10E.5050004@mail.ru> Date: Thu, 09 Apr 2009 14:42:22 +0400 From: Vsevolod Fedorov User-Agent: Thunderbird 2.0.0.19 (X11/20090111) MIME-Version: 1.0 To: Gerd Stolpmann Cc: caml-list@yquem.inria.fr Subject: hydro: is server-to-server call possible? Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Spam: Not detected X-Mras: Ok X-Spam: no; 0.00; synchronous:01 hydro:98 hydro:98 asynchronous:03 asynchronous:03 servants:94 problem:05 unsupported:08 seem:08 question:13 loop:13 but:14 use:16 hello:17 protocol:17 Hello! I use Hydro implementation of the Ice protocol and stumbled upon the following problem: I need one server to make calls to another one. But I can not make a synchronous call because I am already inside the event loop. And I can not make asynchronous call because asynchronous servants seem to be unsupported. So here the question: can I do this at all? And if yes, then how? Thank you. Vsevolod (sevaatwork@mail.ru)