[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] Minimal configuration
- To: "libevent-users@xxxxxxxxxxxxx" <libevent-users@xxxxxxxxxxxxx>
- Subject: [Libevent-users] Minimal configuration
- From: Ralph Castain <rhc@xxxxxxxxxxxx>
- Date: Wed, 30 Jan 2013 16:53:17 -0800
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Wed, 30 Jan 2013 19:53:24 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:content-type:content-transfer-encoding :subject:message-id:date:to:mime-version:x-mailer; bh=XTwtjVQE8gS7hn2l6GEXD5D+QSiBzZ04mXTjm4KNGdk=; b=dndkUf9NWEIln39/6h1eOdKF9alSThSnjGxPKyEHOotoppTJLMovHdEbIrbiC98G1A MWuUW2gdyba3vuMxXcAC+MvWjmxyGbg8C/W7dd6lLo2/SniAtQnJw1b0MIdKewOUF+YO UdfYRK6ySMe4S7RpCkbdggNU5VlkXmKi+4vGETDB0a0BcQwMV5Tl53+NFJ5zr8CGn/vi TrlDq+C6AlYBGGpJcyn2yDRULRbzjE2R0+it63iaj7h1PvFuwzLaKswgdGj9H/iu5Z/o vLAN7FCeweXgpTovjjZEYy4VegbsqCGla06RgXWrHSu/iRwgDUyPs38LUsdDSaN2eoEK 523Q==
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
Hi folks
We're trying to support a system that has a really minimal OS on it - e.g., no sockets or TCP/IP stack. Looking at libevent, and particularly at evutil.c, we don't see a way to --disable-sockets.
Has anyone looked at considering such an option? Basically, what we need is to strip libevent down so that a timer and signal handler
callback interface is all that's left.
We can hack the code ourselves to get there, but it would be nice to avoid a "custom" branch. We could help with a patch if someone would like to provide a little design guidance to avoid making this ugly.
Ralph
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.