Hi, the documentations always deals very explicitly with the issues of using one instance of an object with more than one thread.
However what do I need to know when there are some threads that have their own instance at the same time? Which interference could occur? How do I handle members like SimpleDateFormat
that are quiet expensive to create?
Thanks Mike [;-)