Re: [BUG Report] Maybe a bug for epoll

2014-12-17 Thread Godbach
On 2014/12/17 15:15, Willy Tarreau wrote: In my opinion, absmaxevents should be passed to epoll_wait() instead of global.tune.maxpollevents. No, that would defeat the principle of maxpollevents. In fact, I found what happened : commit f2e8ee2b introduced an optimization in the old

Re: [BUG Report] Maybe a bug for epoll

2014-12-17 Thread Willy Tarreau
On Wed, Dec 17, 2014 at 04:03:19PM +0800, Godbach wrote: Got it. I also confused by the comment of absmaxevents before. And now I know how to fix this issue. Do you want to work on such a patch ? Yes, I can send the patch later as you suggested: 1. remove the definition of

Re: [BUG Report] Maybe a bug for epoll

2014-12-17 Thread Godbach
Hi Willy, On 2014/12/17 16:03, Godbach wrote: On 2014/12/17 15:15, Willy Tarreau wrote: In my opinion, absmaxevents should be passed to epoll_wait() instead of global.tune.maxpollevents. No, that would defeat the principle of maxpollevents. In fact, I found what happened : commit f2e8ee2b

BHM_Custom Mould

2014-12-17 Thread Sherry Zhang
Dear Sir or Madam, Good Day! This is Sherry Zhang from Best Hope Mold Plastic, an ISO certified injection mould maker from China. We have rich experience in injection mould design and tooling as well as custom injection moulding for various

Re: [BUG Report] Maybe a bug for epoll

2014-12-17 Thread Godbach
Hi Willy, On 2014/12/17 16:40, Willy Tarreau wrote: In my opinion it's a cleanup since we're removing a leftover from an ancient piece of code :-) Willy OK, I agree with you and please modify the patch directly. -- Best Regards, Godbach

maps and nbproc

2014-12-17 Thread William Lewis
Hi If you load a large map into memory, such as a ip-range — country/region, and use nbproc 12. Does the map get loaded into shared memory, or is it allocated and read per process? Thanks Will

Bonus de fêtes chez ZEturf, 250 euros offerts pour votre meeting d'hiver

2014-12-17 Thread ZEturf
Title: Bonus 250 Si vous ne voyez pas correctement ce message, visualisez notre version en ligne. Pour tre sr de recevoir tous nos emails, ajoutez newslet...@email.zeturf.com votre carnet dadresses Pour ne plus recevoir de messages de notre part,

Tooling and Mould manufacturer/rapid prototyping/OEM/ODM/Solution provider/Volvo supplier

2014-12-17 Thread POWSTAR Moulding
P style=MARGIN-BOTTOM: 0px; WHITE-SPACE: normal; WORD-SPACING: 0px; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); FONT: small Calibri; MARGIN-TOP: 0px; LETTER-SPACING: normal; BACKGROUND-COLOR: rgb(255,255,255); TEXT-INDENT: 0px; -webkit-text-stroke-width: 0pxFONT size=2

I am happy!

2014-12-17 Thread Happy Man
:-)

Re: [BUG Report] Maybe a bug for epoll

2014-12-17 Thread Willy Tarreau
Hi Godbach, On Wed, Dec 17, 2014 at 04:41:33PM +0800, Godbach wrote: From 798d50b1922e9680ea69cbc39d54f20665c782da Mon Sep 17 00:00:00 2001 From: Godbach nylzhao...@gmail.com Date: Wed, 17 Dec 2014 16:14:26 +0800 Subject: [PATCH 1/2] OPTIM/MINOR: epoll: epoll_events should be allocated

Multiprocess and backends

2014-12-17 Thread Pavlos Parissis
Hi, I remember someone( maybe Baptiste) saying that in multi process mode backends will be picked up by the process which frontend is bound to. But, I found not to be the case in 1.5.9. I also remember that this works only when you have 1to1 relationship between frontend and backends, which is my

Re: [BUG Report] Maybe a bug for epoll

2014-12-17 Thread Godbach
Hi Willy, On 2014/12/18 0:07, Willy Tarreau wrote: Hi Godbach, On Wed, Dec 17, 2014 at 04:41:33PM +0800, Godbach wrote: From 798d50b1922e9680ea69cbc39d54f20665c782da Mon Sep 17 00:00:00 2001 From: Godbach nylzhao...@gmail.com Date: Wed, 17 Dec 2014 16:14:26 +0800 Subject: [PATCH 1/2]

Re: Multiprocess and backends

2014-12-17 Thread Baptiste
On Wed, Dec 17, 2014 at 10:39 PM, Pavlos Parissis pavlos.paris...@gmail.com wrote: Hi, I remember someone( maybe Baptiste) saying that in multi process mode backends will be picked up by the process which frontend is bound to. But, I found not to be the case in 1.5.9. I also remember that