Hi,
I'm a JPPF newbie, but have had some grid experience in the past. Do you have any tips or suggestions on rate-limiting requests to nodes? I've a use case that requires quite strict control over how many requests are sent from a particular node IP address over a period of time. Basically, let's say I wanted to send 1 http request through a particular node IP address with a minimum 5 second gap?
I understand the load balancing angle, so assume this would be managed somehow through that, but wondered if anyone else has come across this kind of requirement?
Congratulations though: JPPF looks like a great project and I'm looking forward to investigating its potential!