Re: OSX kqueue support

2008-05-06 Thread Marc Lehmann
On Tue, May 06, 2008 at 12:19:30AM -0400, Thomas Harning [EMAIL PROTECTED] 
wrote:
 Just wondering... has there been any testing done w/ OSX and kqueues?   

Yes.

 It 'looks' like libevent has kqueues working from their regression  
 tests... but I'm not sure.

Only with sockets.

 I just got a MacIntel w/ Leopard (10.5.2) running and wanted to see if  
 I could get libev up and running at full speed...

From what I was told(!), devices still don't work with 10.5, which makes kqueue
useless as generic event model.

Note that libev fully supports kqueue on OS X, it is just not suitable for a
generic event loop. You can always create your own loop using kqueue with
libev but then it is up to you to make sure you use only those fetaures of
kqueue that happen to work with os x.

 If there's any unit tests or regression tests for libev, please send  
 them my way and I can run/test them out...

They are part of the EV perl module, available from the same place as libev.

-- 
The choice of a   Deliantra, the free code+content MORPG
  -==- _GNU_  http://www.deliantra.net
  ==-- _   generation
  ---==---(_)__  __   __  Marc Lehmann
  --==---/ / _ \/ // /\ \/ /  [EMAIL PROTECTED]
  -=/_/_//_/\_,_/ /_/\_\

___
libev mailing list
libev@lists.schmorp.de
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev


OSX kqueue support

2008-05-05 Thread Thomas Harning
Just wondering... has there been any testing done w/ OSX and kqueues?   
It 'looks' like libevent has kqueues working from their regression  
tests... but I'm not sure.


I just got a MacIntel w/ Leopard (10.5.2) running and wanted to see if  
I could get libev up and running at full speed...


If there's any unit tests or regression tests for libev, please send  
them my way and I can run/test them out...


___
libev mailing list
libev@lists.schmorp.de
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev