[appengine-java] UUID.ramdomUUID() extremely slow

2009-11-24 Thread Brian Hayward
Looking through my logs, it seems like just about every call for UUID.randomUUID() takes about 5 seconds. Is there a better way to generate UUID's than this when using the app engine? I know at least some of this is from an inactive app (there are a few minutes between most requests), but it

Re: [appengine-java] UUID.ramdomUUID() extremely slow

2009-11-24 Thread Toby Reyelts
Do you have actual timing code around that one single call, or is other stuff going on during your request? If you can create a trivial webapp that consistently shows 5 seconds just to call UUID.randomUUID() please file an issue for it, and we can look into it. On Tue, Nov 24, 2009 at 9:19 PM,