Good Morning All I have a processing problem that means commands can be issued to fast for my processing server.
I have an API, a list of methods, which perform various actions on a server object. I need to be able to make sure there is a minimum gap between requests also each function needs to either complete or timeout. What I would prefer not to do is convert each function call into a command list with parameters and then have a long else if structure to decode and action the requested method. What I really want is to control the execution of each API call I know it sound a little confused but does anyone understand what I am trying to do and is it possible? Cheers Andrew ____________________________________________________ To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm Be respectful! Clean up your posts before replying ____________________________________________________
