On 5/16/07, robert burrell donkin <[EMAIL PROTECTED]> wrote:
hold on a minute - i think we might be being just a little too hasty! noel, peter, danny and myself were talking through some advanced SEDA based architectures that will cluster well. jukka's exploding mail idea fits very well into this.
+1.
designing a complete mail (not just email) storage solution around relaying IMHO doesn't really make much sense. however, it is a very useful extreme border case.
+1
there are various ways that various types of mail can enter the system. the consensus was that it's best for the least possible amount of processing to be done initially (perhaps even just writing a temporary file and then writing the data to the permanent store using another thread)
+1
later stages of processing could then explode the mail on demand.
I think I'd rather consider that the mail is exploded into JCR the first time it is actually needed, and then never again. No copies only references. However you need to be able clone a message when the route splits because one route could include transformations which won't apply to the other route. d. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
