[email protected] schrieb: > dc is creates a Database Connector object. I'm not sure why there > would be two parallel calls as the connection to the database is > closed after every call...
Is it a global member of the servlet? If two requests are received at the same time, they will use the same connection and the first request that finishes, closes the connection, so the second request will become very unhappy. Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
