> -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Hildebrandt, Ole > Gesendet: Mittwoch, 12. Mai 2004 12:12 > An: [EMAIL PROTECTED] > Betreff: Actions passing Data via Request > > > Hi, > > I am going to use Actions to pass data via request to a > Generator. Is there > anything to be considered regarding Threadsafety, Performance, etc when > using the request-objekt for doing this? And can an Action-Component be
I see no threading issues, as your action would/should be exclusively operating on the request. > pooled like Generators and Transformers? of course. if your action doesn't hold any shared state you can even declare it Threadsafe so that only one instance will be created. > > Kind regards > > Ole > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
