Re: concurrency attribute and questions.

2009-04-05 Thread Amos Jeffries
louis gonzales wrote: List, 1) for the concurrency attribute does this simply indicate how many items in a batch will be sent to the external helper? Sort of. The strict definition of 'batch' does not apply. Better to think of it as a window max-size. So from 0 to N-concurrency items will

Re: concurrency attribute and questions.

2009-04-05 Thread louis gonzales
Amos, Thanks for your responses, they make things clearer for me, so now I can ask better questions :) What I'd like to do is have my PERL helper fork as necessary, rather than starting up (children=50) or (children=100), or N external_acl_type instances which is not efficient and based off of an

concurrency attribute and questions.

2009-04-04 Thread louis gonzales
List, 1) for the concurrency attribute does this simply indicate how many items in a batch will be sent to the external helper? 1.1) assuming concurrency is set to 6 for example, and let's assume a user's browser session sends out 7 actual URL's through the proxy request - does this mean 6 will