#145 closed Enhancement (fixed)
take a look at using libevent
Reported by: | dribot | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | 0.90 |
Component: | libtransmission | Version: | 0.6 |
Severity: | Normal | Keywords: | |
Cc: |
Description
libevent (1) is a library which uses the best available event notification system (epoll, kqueue, etc.) for a given platform.
btpd (2) is a actively developed bittorrent client and libbt (3) is a inactive bittorrent library; both developed with libevent. shakespeer (4) is an dc++ client using libevent and is an excellent example of how to use libevent with an cocoa gui through a socket.
Change History (5)
comment:1 Changed 16 years ago by brent
comment:2 Changed 16 years ago by joshe
I really like the idea of doing this, however it would be quite a bit of work. At the very least, it would involve porting libevent to BeOS.
comment:3 Changed 16 years ago by charles
- Component changed from Transmission to libtransmission
- Owner somebody deleted
comment:4 Changed 15 years ago by livings124
- Resolution set to fixed
- Status changed from new to closed
libevent is in use in the latest svn
comment:5 Changed 15 years ago by charles
- Milestone changed from Sometime to 0.90
Note: See
TracTickets for help on using
tickets.
Seconded, libevent rocks.