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: Tue, 16 Jul 2013 08:26:51 -0700 Message-ID: References: <87hafv3pup.fsf@zigzag.favinet> 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 1373988430 313 80.91.229.3 (16 Jul 2013 15:27:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2013 15:27:10 +0000 (UTC) Cc: guile-user To: Thien-Thi Nguyen Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jul 16 17:27:12 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 1Uz79f-0004iP-SF for guile-user@m.gmane.org; Tue, 16 Jul 2013 17:27:07 +0200 Original-Received: from localhost ([::1]:52051 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz79f-0006p8-9T for guile-user@m.gmane.org; Tue, 16 Jul 2013 11:27:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz79V-0006no-Tn for guile-user@gnu.org; Tue, 16 Jul 2013 11:27:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uz79T-0000to-Sx for guile-user@gnu.org; Tue, 16 Jul 2013 11:26:57 -0400 Original-Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:55480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uz79R-0000s4-01; Tue, 16 Jul 2013 11:26:53 -0400 Original-Received: by mail-la0-f45.google.com with SMTP id fr10so645777lab.32 for ; Tue, 16 Jul 2013 08:26:52 -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=0a+xUBnRWr9Kzz5ImQPkvT8q3RH+glx2ewqVWzuRv3s=; b=e5lYUhcliFPSH/GK7MaE67D8Qtxru4GxFfPFvQJOPoxMQ4est5K2cjT2gWcCZpzKwf KEX3dGogWQu3gyQ5DsUG5NYUaGoDKU/93CkrdZX7Ual621etGtmg/OJ6Tb+3inj8RoIR UyIpjxOWzNI1H39q9nD44n5YMI9gNa2WZZ00YJQWcqo8DENBg/McHYkwip8Jnv7P+t6C h1ZwmK6lJDigji6qZRcATHwuG+pH4XCE7znwnnqBUkeLdfCF6cd9v3sezhF6SpOJo/cW PRUglBiPKrpQT9bl5IFtqmayuj6k/UVQAuCdOdZVbPbwifIsrht8pD6giKREzS1zXcc+ oGDg== X-Received: by 10.112.155.161 with SMTP id vx1mr1327799lbb.78.1373988411930; Tue, 16 Jul 2013 08:26:51 -0700 (PDT) Original-Received: by 10.114.173.228 with HTTP; Tue, 16 Jul 2013 08:26:51 -0700 (PDT) In-Reply-To: <87hafv3pup.fsf@zigzag.favinet> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22d 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:10545 Archived-At: On Tue, Jul 16, 2013 at 12:50 AM, Thien-Thi Nguyen wrote: > () Aleix Conchillo Flaqu=C3=A9 > () Tue, 16 Jul 2013 00:02:36 -0700 > > My idea was to create something simple on top of system calls, > as libevent does. > > Have you looked at GNU Serveez? > > http://www.gnu.org/software/serveez/ > > It is relatively simple. > No, I didn't know about it, thanks. The other idea of the original email was to gather some information. I think I have enough to keep me busy for a while. Thanks, Aleix