My foxx application gets data in parrallel (about 5-6 http connection). I also have a simple url which just have console.log('I am called') . I have 4 core and 16gb of memory. I am noticing that sometimes the following logs takes from 1 second to more than an hour to print
2016-03-12T17:02:53Z [11944] INFO /evm, incoming request from 127.0.0.1: GET http://127.0.0.1:8529/_db/_system/app/analysis/getStats
2016-03-12T17:02:53Z [11944] INFO I am called
I can see the cpu utilization is about 20% and memory utilization is about 50% only.
Can you suggest what could be the reason and where should I work on.