Am 02.05.2011 um 11:03 schrieb Davorin Rusevljan:
Thanks for all inputs!
Are there any unexpected repercussions on persistence that I need to
worry about? (I use ImageBased persistence currently)
You need to think about your persistence strategy. A image based persistence is
tied to a kernel and every write to a kernel will trigger its image based persistence. But
it will save the whole image. If you have a lot of kernels than all of them might try to
write the image to disk. If you have low traffic than you might have even lower writes in
your pier kernel. Thus making the problem a rather theoretical one. But you might want to
think of it.
Norbert