RE: Help with kQueue

2013-05-30 Thread Lukas Tribus
> # /proxy/haproxy -vv -c -f l2cr.cfg
> Available polling systems :
> kqueue : pref=300,  test result OK 

> #proxy/haproxy -V -d -f /proxy/lr.cfg -n 8192
> Available polling systems :
> select : pref=150,  test result OK


You are comparing two different configurations, are you sure non of them
disables poll and kqueue? Can you run:

egrep -i "queue|poll" l2cr.cfg
egrep -i "queue|poll" /proxy/lr.cfg
diff -u l2cr.cfg /proxy/lr.cfg


> 1.4.20

Can you grab the latest tarball at http://haproxy.1wt.eu/, this release
is outdated.



Lukas 


RE: Help with kQueue

2013-05-30 Thread Lukas Tribus
Hi Fred,


> #proxy/haproxy -V -d -f /proxy/lr.cfg -n 8192
> Available polling systems :
> select : pref=150, test result OK
> kqueue : disabled, test result OK
> poll : disabled, test result OK 
> Total: 3 (1 usable), will use select. 
> Using select() as the polling mechanism. 


Does it work if you omit "-d"?

Can you post the full output of haproxy -vv?
What HAproxy version are you using and how did you compile
it (what USE_FLAGs)?


Lukas