On Wed, Jan 4, 2012 at 9:48 AM, Jesse Sanford <[email protected]> wrote:
> I would like to pick up this project. Keith can you point me at any (if any)
> code spikes that have been done in this direction?

I don't know of any, but I'm happy to answer questions and do
code review. Is there anything else you need to get started?
It'd be good to briefly talk about the design (especially as it
impacts the user experience of beanstalkd) before actually
writing code.

The current on-disk format is different on different hardware,
since beanstalkd just copies bytes out from the job struct.
This means that, for example, replaying the log from a 32-bit
machine on a 64-bit machine won't work. (In hindsight, it
would have been better to design an architecture-independent
format; if the format ever changes again, I'll want to do that.)

kr

-- 
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