I am designing a VB app that needs Async TCP comm with custom Ethernet hardware units (256 max).
I would like to "fork" a child process for every TCP comm event from a specific IP address and socket and carry out the "state" and then close the process.
Could anyone recommend some further reading or highlight some issues?
I would like to "fork" a child process for every TCP comm event from a specific IP address and socket and carry out the "state" and then close the process.
Could anyone recommend some further reading or highlight some issues?