On Nov 13, 5:05 pm, Zer0Frequency <[EMAIL PROTECTED]> wrote:

> I think something missing in memcache-q is the queue size feature. I
> did add it for myself but I think its something that should be part of
> the standard build.

  This is the memcached list.  Conversation of derived projects is
usually acceptable here, but there's likely a better place to get into
development details of the project you're talking about.

> By the way,  what is the best way to poll the queue?

  I don't think you should poll queues at all.

> Say I have 50 threads,  is the best that can be done is  all threads
> keep hitting the queue to see if there is something available and if
> the result is null then  hit it again ?
>
> Its kind of brute force but thats all I can see as possible?

  No, there are plenty of queues you don't have to poll.  See
beanstalk, gearman, amqp and stomp implementations, etc...

Reply via email to