public Job reserve() throws IOException, BeanstemcException {
                return reserve(0);
        }

this is the function thats shown at 
https://github.com/safl/beanstemc/blob/master/src/dk/safl/beanstemc/Beanstemc.java

so when i call reserve , it means i call reserve(0)


On Friday, November 16, 2012 8:41:03 AM UTC+2, Keith Rarick wrote:
>
> On Thu, Nov 15, 2012 at 7:49 AM, homer kommrad 
> <[email protected]<javascript:>> 
> wrote: 
> > but when i use beanstemc.reserve() , i wait for 10-15 minutes and 
> > nothing happens. 
>
> A quick glance at the javadoc for that project seems to suggest 
> you should use beanstemc.reserve(0) if you want it not to block. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/beanstalk-talk/-/jGJ0wgSTZA8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/beanstalk-talk?hl=en.

Reply via email to