i am working on big web application which is developed in java, using jsf framework, running on jboss server.
I face a problem: I have a function in which we call some soap web services. This works fine in normal situation, but sometimes, server load increase or may be server slow down, then function code run multiple time when the user makes only one request, and i don't understand why this happens.
ex. suppose in my code have 10 lines then it execute 1 to 5 and agian same code execute 1 to 5