Re: event handling in OpenBGPd

2014-05-05 Thread Claudio Jeker
On Mon, May 05, 2014 at 12:28:38PM +0200, Henning Brauer wrote: > * Claudio Jeker [2014-05-05 10:50]: > > On Sun, May 04, 2014 at 10:39:33PM +0200, Vincent Gross wrote: > > > I am considering to write a daemon of some kind, and I was going over > > > OpenBGPd's sources to get some good fine-graine

Re: event handling in OpenBGPd

2014-05-05 Thread Henning Brauer
* Claudio Jeker [2014-05-05 10:50]: > On Sun, May 04, 2014 at 10:39:33PM +0200, Vincent Gross wrote: > > I am considering to write a daemon of some kind, and I was going over > > OpenBGPd's sources to get some good fine-grained design examples. I > > noticed that although all IO's are asynchronous

Re: event handling in OpenBGPd

2014-05-05 Thread Claudio Jeker
On Sun, May 04, 2014 at 10:39:33PM +0200, Vincent Gross wrote: > Hi gang, > > I am considering to write a daemon of some kind, and I was going over > OpenBGPd's sources to get some good fine-grained design examples. I > noticed that although all IO's are asynchronous, libevent is not used, > but I

event handling in OpenBGPd

2014-05-04 Thread Vincent Gross
Hi gang, I am considering to write a daemon of some kind, and I was going over OpenBGPd's sources to get some good fine-grained design examples. I noticed that although all IO's are asynchronous, libevent is not used, but I can't figure out why. So, is libevent not used by accident or by design ?