Previously I asked about threading on a servlet, which seems like a bad idea. So I'm thinking about importing MyJar.jar
that creates a thread to do some processing.
The main process of MyJar.jar
will be, accepting a file and do some validations on it.
But I want to know if it would be a problem for the servlet if the threading inside MyJar.jar
will be a problem if there were multiple clients.