On Thu, 10 Jan 2013 16:37:14 -0200, bhorvat <horvat.z.bo...@gmail.com> wrote:

Interesting.

And what would be best approach for the multiple threads accessing the same
even handler?


Synchronized key word, synchronized block, using Lock or Barrier or
something else?

If your event handler method uses only parameters, its own variables and non-static fields, you don't need any kind of synchronization. Otherwise, this question becomes off-topic, being a general Java question and not something related to Tapestry.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to