On Nov 3, 1:52 pm, Keith Rarick <[email protected]> wrote:


> Actually, now that I think about it, all of their beanstalkd "missed
> DJ features" boil down to one thing: inspecting or paging through the
> entire contents of a tube. Everything else is best done in terms of
> that.

  It sounds about like three things:

  1) Pagination.
  2) Specific reservation (reserve job xxxx)
  3) Job replacement (replace job xxxx with this new body)

#1 will obviously give you a point in time.
#2 should fail a lot when you're trying to reserve jobs near the front
(e.g. already reserved or deleted)
#3 only works with jobs you've reserved

My only concern is that #3 sounds like it'd be used for evil more than
good.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
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