[appengine-java] Problem with wait and notifyAll

2010-07-09 Thread marios
Hi, this is my problem: my service has two synchronized methods. One of them writes events and the other listens. This works well with GWT, but does not work uploaded in GAE. .. private UserData user = new UserData("mjs"); .. public void writeEvent(String event) { synchronized (user) {

[appengine-java] Threads in Java

2010-03-05 Thread Marios
using the low-level API datastore. I've searched the internet and didn't find an answer. If someone tried to create a new thread or knows for sure if you can create one, please reply to this message. Thank you very much, Marios. -- You received this message because you are subscribe