Hi
I am trying to write an application in VB.NET to process transactions that come down a phone line. As it is possible that one could follow closely on the heels of another, I dont want to have to wait for the first transaction to complete before starting to process the next.
Another programmer is writing the TAPI interface, and I have to provide a function that takes an input string as a parameter. What I need to do is to take the parameter and quickly send it to be processed so that if the function is called again the buffer can be dumped and sent to the called function again.
The MSDN help on threads seems to only help if I intend to run a number of different functions/subs at the same time, and doesnt cover wanting to run multiple instances of the same one.
Can anyone help?
Thanks
I am trying to write an application in VB.NET to process transactions that come down a phone line. As it is possible that one could follow closely on the heels of another, I dont want to have to wait for the first transaction to complete before starting to process the next.
Another programmer is writing the TAPI interface, and I have to provide a function that takes an input string as a parameter. What I need to do is to take the parameter and quickly send it to be processed so that if the function is called again the buffer can be dumped and sent to the called function again.
The MSDN help on threads seems to only help if I intend to run a number of different functions/subs at the same time, and doesnt cover wanting to run multiple instances of the same one.
Can anyone help?
Thanks