|
Hello, we want to use the responses, for example, IP values, and compare these values with other values in an Excel spreadsheet, for example. This slows down the process, resulting in a delayed response, which prevents your process from being used in real time. My question is: have you ever been notified of this problem? And if so, is there a solution to this problem? |
Replies: 2 comments 3 replies
|
Hi @xeron333, you'll want to marshal the packets over to another thread for processing. I believe there are a few examples that show a few approaches for doing so however I'm not sure if these are the most performant given the large number of .net changes since they were written. |
|
Hello and thank you for your reply. I looked at the "QueuingPacketsForBackgroundProcessing" example, which seems to me to be the closest to your comment "you'll want to marshal the packets over to another thread for processing," but I have a question: when is the variable triggered:
I can't see that. |
Hi @xeron333, you'll want to marshal the packets over to another thread for processing. I believe there are a few examples that show a few approaches for doing so however I'm not sure if these are the most performant given the large number of .net changes since they were written.