Re: Patch for PEEK command?

2012-03-24 Thread Slawomir Pryczek
Tragic you're doing it wrong. You don't need PEEK but something that would prevent a race condition occuring when you generate that data, because otherwise you'll probably end with load spikes or ocassional bad performance, you could even kill the server if regenerating the data requires a lot

Patch for PEEK command?

2012-03-21 Thread Bryan Christ
I'm thinking about implementing a PEEK command. It turns out that on large payloads ( = 1MB) it would be advantageous to know if the data already exists before doing all the work to create the data. I would like to solicited some feedback before I dive into it. - Is there already a way to check

Re: Patch for PEEK command?

2012-03-21 Thread dormando
I'm thinking about implementing a PEEK command. It turns out that on large payloads ( = 1MB) it would be advantageous to know if the data already exists before doing all the work to create the data. I would like to solicited some feedback before I dive into it. - Is there already a way to