Difference between revisions of "Libevent"

From Free Software Directory
Jump to: navigation, search
(New version)
(Added Debian link)
Line 6: Line 6:
 
|User level=none
 
|User level=none
 
|Computer languages=C
 
|Computer languages=C
 +
|Accepts cryptocurrency donations=No
 
|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
Line 13: Line 14:
 
|Version download=https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz
 
|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
 
|Version comment=2.1.8 stable released 2017-01-22
|Last review by=Alejandroindependiente
+
|Last review by=Bendikker
|Last review date=2017/02/16
+
|Last review date=2018/02/21
|Submitted by=Database conversion
 
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Status=
 
 
|Is GNU=No
 
|Is GNU=No
 
|License verified date=2004-10-08
 
|License verified date=2004-10-08
Line 30: Line 29:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=provos@citi.umich.edu
 
|Email=provos@citi.umich.edu
|Resource URL=
+
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/libevent
 
}}
 
}}
 
{{Resource
 
{{Resource

Revision as of 10:03, 21 February 2018


[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










"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.










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.