Difference between revisions of "Libevent"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=libevent |Short description=Event notification library |Full description=The libevent API executes a callback function when a specific event occurs on a file descri...")
 
(New version)
Line 3: Line 3:
 
|Short description=Event notification library
 
|Short description=Event notification library
 
|Full description=The libevent API executes a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. It also supports callbacks due to signals or regular timeouts. It is meant to replace the asynchronous event loop found in event-driven network servers. 'libevent' currently supports /dev/poll, kqueue(2), select(2), poll(2) and epoll(4). It also has experimental support for real-time signals. The internal event mechanism is independent of the exposed event API, so a simple update of libevent provides new functionality without having to redesign applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system.
 
|Full description=The libevent API executes a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. It also supports callbacks due to signals or regular timeouts. It is meant to replace the asynchronous event loop found in event-driven network servers. 'libevent' currently supports /dev/poll, kqueue(2), select(2), poll(2) and epoll(4). It also has experimental support for real-time signals. The internal event mechanism is independent of the exposed event API, so a simple update of libevent provides new functionality without having to redesign applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system.
 +
|Homepage URL=http://www.monkey.org/~provos/libevent/
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://www.monkey.org/~provos/libevent/
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=POE,liboop,Concurrence,Libevent-Python
 
|Related projects=POE,liboop,Concurrence,Libevent-Python
 
|Keywords=event,notification,timeout,Poll,callback,file decriptor,/dev/poll,kqueue,select,epoll,real-time signals
 
|Keywords=event,notification,timeout,Poll,callback,file decriptor,/dev/poll,kqueue,select,epoll,real-time signals
|Is GNU=n
+
|Version identifier=2.1.8
|Last review by=Janet Casey
+
|Version date=2017/01/22
|Last review date=2005-05-17
+
|Version status=stable
 +
|Version download=https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz
 +
|Version comment=2.1.8 stable released 2017-01-22
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/02/16
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.1
+
|Status=
|Version date=2005-05-14
+
|Is GNU=No
|Version status=beta
+
|License verified date=2004-10-08
|Version download=http://www.monkey.org/~provos/libevent/libevent-1.1.tar.gz
+
}}
 +
{{Project license
 +
|License=BSD_3Clause
 +
|License verified by=Janet Casey
 
|License verified date=2004-10-08
 
|License verified date=2004-10-08
|Version comment=1.1 beta released 2005-05-14
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Niels Provos
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Niels Provos
 
 
|Email=provos@citi.umich.edu
 
|Email=provos@citi.umich.edu
 
|Resource URL=
 
|Resource URL=
Line 41: Line 39:
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
|Library=c
 
 
|Use=library
 
|Use=library
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=BSD_3Clause
 
|License verified by=Janet Casey
 
|License verified date=2004-10-08
 
}}
 

Revision as of 15:38, 16 February 2017


[edit]

libevent

http://www.monkey.org/~provos/libevent/
Event notification library

The libevent API executes a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. It also supports callbacks due to signals or regular timeouts. It is meant to replace the asynchronous event loop found in event-driven network servers. 'libevent' currently supports /dev/poll, kqueue(2), select(2), poll(2) and epoll(4). It also has experimental support for real-time signals. The internal event mechanism is independent of the exposed event API, so a simple update of libevent provides new functionality without having to redesign applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system.





Licensing

License

Verified by

Verified on

Notes

Verified by

Janet Casey

Verified on

8 October 2004




Leaders and contributors

Contact(s)Role
Niels Provos Maintainer


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:provos@citi.umich.edu
Debian (Ref)https://tracker.debian.org/pkg/libevent
Ruby (Ref)https://rubygems.org/gems/libevent


Software prerequisites




Entry


















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.