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 json-schem...@googlegroups.com
Hi
Is it possible to use json-schema-validator on google app engine (since GAE doesn't allow threads)?
Thanks,
Jonas
Francis Galiegue
unread,
Feb 10, 2015, 4:40:00 AM2/10/15
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 Jonas Enlund, json-schem...@googlegroups.com
Hello,
Uh, no threads in 2015?
But unfortunately the answer is no. The cache of JSON Schemas uses a
LoadingCache from Guava which uses at least one thread for
maintenance. You do have the option to implement your own caching
mechanism however, so that it be, for instance, a synchronized access
to a map instead.