ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.236 by root, Fri Jul 10 22:35:27 2009 UTC vs.
Revision 1.237 by root, Thu Jul 16 01:17:23 2009 UTC

1072 # as the pureperl backend should work everywhere 1072 # as the pureperl backend should work everywhere
1073 # and is usually faster 1073 # and is usually faster
1074 [Glib:: => AnyEvent::Impl::Glib::], # becomes extremely slow with many watchers 1074 [Glib:: => AnyEvent::Impl::Glib::], # becomes extremely slow with many watchers
1075 [Event::Lib:: => AnyEvent::Impl::EventLib::], # too buggy 1075 [Event::Lib:: => AnyEvent::Impl::EventLib::], # too buggy
1076 [Tk:: => AnyEvent::Impl::Tk::], # crashes with many handles 1076 [Tk:: => AnyEvent::Impl::Tk::], # crashes with many handles
1077 [Qt:: => AnyEvent::Impl::Qt::], # requires special main program
1077 [POE::Kernel:: => AnyEvent::Impl::POE::], # lasciate ogni speranza 1078 [POE::Kernel:: => AnyEvent::Impl::POE::], # lasciate ogni speranza
1078 [Qt:: => AnyEvent::Impl::Qt::], # requires special main program
1079 [Wx:: => AnyEvent::Impl::POE::], 1079 [Wx:: => AnyEvent::Impl::POE::],
1080 [Prima:: => AnyEvent::Impl::POE::], 1080 [Prima:: => AnyEvent::Impl::POE::],
1081 # IO::Async is just too broken - we would need workarounds for its 1081 # IO::Async is just too broken - we would need workarounds for its
1082 # byzantine signal and broken child handling, among others. 1082 # byzantine signal and broken child handling, among others.
1083 # IO::Async is rather hard to detect, as it doesn't have any 1083 # IO::Async is rather hard to detect, as it doesn't have any

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines