Threadsafe issues
Threadsafe issues
- Subject: Threadsafe issues
- From: Tim Kliewer <email@hidden>
- Date: Wed, 02 Feb 2011 18:44:57 -0800
My team is testing a WO application on a Linux server that has worked great on OSX for years. We are being hit by the known threadsafe issue of SimpleDateFormat corrupting our data feed. We found this through exceptions being thrown and logged.
We have corrected the issue by wrapping that class in our own with synchronized methods of the same name. We are concerned that there are other common classes that are also not threadsafe.
What other classes have you all found that are not threadsafe? How can we identify non-threadsafe classes without waiting for an exception or data error?
Thanks in advance,
TNK _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden