Hi all,
We have a big performance issue with a Domino 7.0.2 server. We have Java web service developped in our Domino database.
A webSphere Portal v5.0 application is call theses web services. And the HTML page takes 20 sec to be displayed.
After logging the web service, we see that the web service in Domino takes less than 1 sec to execute. But after the call, the nhttp.exe process takes 50% CPU during 10sec, and blocks the result (which is null for the 1st call, so there is not data transfer issue). So the 2nd call to the same web service come 10 sec after the 1st call, and the HTML page could be diplayed after 20s !
We really don’t see what could happen. Nothing is loggued, we have a lot of RAM available, a lot of disk space, …
We are under Windows 2003, 4Go RAM, Xeon quad core 3GHz and Lotus Notes 7.0.2
The web services are RPC/encoded, the database is 1Go space with 600 000 documents in it.
Thanks for your help.