You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jod...@googlegroups.com
Are the fields defined in Jodd's Action thread-safe?
If not, how to write a thread-safe action?
Thanks
jodder
unread,
Jul 6, 2014, 12:58:22 PM7/6/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jod...@googlegroups.com
Hi there, thanx for your interest in Jodd!
Madvoc actions are created on each request. In that sense, actions (and fields) are threadsafe. Besides creatng new instances, there is no other mechanism of making it threadsafe.
Does this answers your question or you have something else in mind :)