I have been working on a project to make libevent, eventxx, and
bufferevent work together with the CINT C++ interpreter, and have
sample tests working normal events and buffered events. The libev
announcement inspired me to try it out, and it is working so far quite
well for me.

The project is at: http://code.google.com/p/event-hpp/, with the
documentation at: http://www.larcpublishing.com/doc/event-hpp/

My bufferevent sample test is at:
http://www.larcpublishing.com/doc/event-hpp/test-buffer-eof_8cpp-example.html

The evbuffer part is split out, according to some discussion in the
recent past. The evbuffer part is built from evbuffer.c, buffer.c, and
event_tagging.c. I hope to get to the HTTP and RPC part in the near
future.

This project is designed to be built to run on a C/C++ interpreter
(http://root.cern.ch/twiki/bin/view/ROOT/CINT). I am primarily using
this as a personal research project, but I hope people can find the
modularization and my rudimentary EvBufferEvent class useful.

Chris
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to