Hi all; First I have a JSF application that make some sort of searches from database, but on the other hand I have been listening port for this purpose also, I start a thread that listens that port in my application bean. From the port I listen for incoming request of these searches and send responses from this port. The situation is that my response time varies unexpectedly which I send/get from port, but from my web page my performance stay stable although they use same objects.
My question is that can my web server obstruct my process which independently run from my web application ?