Displaying 1 result from an estimated 1 matches for "jemetr".
Did you mean:
jelmer
2012 May 28
0
HTTP request synchronization in rails
Hi,
I am executing a HTTP request for more number of times concurrently using
Jemetr. I want each thread possessing one request at any cost. Means that
when the first thread processing one request, the next request exist in
another thread shouldn''t allow to go in .. until or unless the first thread
completes the process.
Please let me know your suggestions.
My package de...