Re: global variable concurrent access in different services

2012-06-05 Thread Muhammad Gelbana
You will love this tutorial: http://www.youtube.com/playlist?list=PLBB24CFB073F1048Efeature=plcp On Mon, Jun 4, 2012 at 3:22 PM, Thiago H de Paula Figueiredo thiag...@gmail.com wrote: On Mon, 04 Jun 2012 09:20:19 -0300, Angelo C. angelochen...@gmail.com wrote: Hi, Hi! This is a

global variable concurrent access in different services

2012-06-04 Thread Angelo C.
in context: http://tapestry.1045711.n5.nabble.com/global-variable-concurrent-access-in-different-services-tp5713602.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: global variable concurrent access in different services

2012-06-04 Thread Thiago H de Paula Figueiredo
On Mon, 04 Jun 2012 09:20:19 -0300, Angelo C. angelochen...@gmail.com wrote: Hi, Hi! This is a situation, in a PageRenderRequestFilter my app need to access a global String variable, and this global variable is updated every hour in a PeriodicExecutor, any suggestion how to do this?