From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?= Newsgroups: gmane.lisp.guile.user Subject: Re: asynchronous socket library Date: Mon, 15 Jul 2013 18:42:19 -0700 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1373938948 23761 80.91.229.3 (16 Jul 2013 01:42:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2013 01:42:28 +0000 (UTC) Cc: Guile User To: Nala Ginrut Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jul 16 03:42:30 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UyuHd-0006hv-81 for guile-user@m.gmane.org; Tue, 16 Jul 2013 03:42:29 +0200 Original-Received: from localhost ([::1]:42069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyuHc-00036R-B9 for guile-user@m.gmane.org; Mon, 15 Jul 2013 21:42:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyuHV-00036B-CU for guile-user@gnu.org; Mon, 15 Jul 2013 21:42:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UyuHU-0000Cu-L4 for guile-user@gnu.org; Mon, 15 Jul 2013 21:42:21 -0400 Original-Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:51928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyuHU-0000Co-Dp for guile-user@gnu.org; Mon, 15 Jul 2013 21:42:20 -0400 Original-Received: by mail-la0-f52.google.com with SMTP id fo12so79213lab.25 for ; Mon, 15 Jul 2013 18:42:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=8YwnwNT7vRggTBcj7kRWsXtqDAHc0tdsLhlo6Jc5dcM=; b=fUKy3HPmfB2y/yTIPAfeWxQTb/O7F6EpHFMr+4rew8L/gQnbYQ9E41eLGzicbKNfzM hRObAdebwhsHKHr2ouC4jLsEWIMVrx/1rVv8DI4WM0XnX1kjkZBroutaaTgU8FBx4+3V SylHYyK4EanJEEvIt3DBxX6xumPkxaMBBNqSwOyqOSwsbvT8czRLV2UWp+cS9Z8xlrYw TN72SVjuo2KZi+x3ksLRNHFJ7k4iq3nte2p3aZxfjBE69NrQBSryhLGTg2OH0NqlNGMp 0f95hQGIv8KkzAlnSvGbFqNXJTyqPvTceGkWXz42onUVMf8ONa0+zCVSc2bSIg/2GC9a R4hQ== X-Received: by 10.152.44.133 with SMTP id e5mr26630282lam.15.1373938939364; Mon, 15 Jul 2013 18:42:19 -0700 (PDT) Original-Received: by 10.114.173.228 with HTTP; Mon, 15 Jul 2013 18:42:19 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::234 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10536 Archived-At: On Mon, Jul 15, 2013 at 6:03 PM, Nala Ginrut wrote: > > =E5=9C=A8 2013-7-16 AM7:41=EF=BC=8C"Aleix Conchillo Flaqu=C3=A9" =E5=86=99=E9=81=93=EF=BC=9A > > >> >> Hi, >> >> I was wondering if there is (or someone is working on) an asynchronous >> socket library for Guile. I was thinking in a pure scheme library (not >> bindings for libevent or some other). >> > > That would be good! > What do you plan for? IOCP? > No plans yet. I was just wondering if anyone was working on it. I still have to read more about it, but it might be a fun one. The idea just came so I could use it in guile-redis to have non-blocking calls, some of the redis clients are already asynchronous. Aleix