So I'm a bit late to the party, and only now have noticed that there's something called Spread (http://www.spread.org) from Ask Bjorn Hansen's presentation slides.
The documentation for spread seems to be er, lacking. I can think of ways to use it but first of all? How widely is it being used? What do YOU use it for?
The other thing: Which perl binding do you use? Spread.pm and Spread::Session looks ok, but my immediate response was, oh, why don't I write Spread::libspread (much like Memcached::libmemcached) and make it pure OO to start with? Bad idea?
In any case, I'm interested in knowning what/how Spread is being used.... anybody?
So (Score:2)
Re: (Score:1)
I've been where it was used (Score:1)
I don't know if they're still using it.
For most need to establish a shared state we used data in databases or caches using memcached. We ran into one major bug, a buffer overflow if your keys were too long. We handled that by taking an MD5 hash of the key we wanted to use, thereby guaranteei