[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] libpropeller - high level multithreaded library built with libevent
- To: libevent-users@xxxxxxxxxxxxx
- Subject: [Libevent-users] libpropeller - high level multithreaded library built with libevent
- From: Sergey Zavadski <sergeyzavadski@xxxxxxxxx>
- Date: Thu, 7 Mar 2013 09:23:02 -0800
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Thu, 07 Mar 2013 12:23:07 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=1LOPdBE6f3HGePy4GVAMAAColhqiCGa5AG24ITPNb2c=; b=jn/JghIoTmvggPCmczif9PnDMWHQo4S4KF6hgRXn07a2pcqvbgrQLsnamHfzqBvdDC qX9KdpQwLzgB+/c278E6AwGBr6+EZsm1A1Sue8Ow9NCJP/WtAb3YN9hI295QbWdVZg+v vRkT7K5LlDTD9QjVsSEpte0oAs/w2/EWlH4eFiLSmPpNnU7NAs0T6fxG3eblNv7c6YMc 9bbmaZ4c0Y/9fCPUh4IULIuupZTwiY+EonSP/Kjiz1etCU7dswpHKDEQ3qepc6lW76g8 p0pCKk09W4qTIOFalbb1iOWTo2aBCUJjqbl3Q1KTt1CSaMimcJ6ykfgRQF+mslvHMUWw VbCQ==
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
For some time now I have been working on libpropeller - https://github.com/sergeyzavadski/libpropeller.
It is a high level multi threaded library, that has full HTTP support (but is possible to build custom TCP servers as well). It is written in C++ and using libevent's bufferevents as the foundation.
I would appreciate any feedback
Thanks,
Sergey