in reply to Re: simple IPC
in thread simple IPC
Thank you so much everyone. I got it working now. I needed to figure this out because I'm working on a large complex script that polls the MAC-address table (CAM) of several switches on a large network, then consolidates the results into a database. Knowing how to make the polling processes run simultaneously (using the example above), my code will be much more efficient now instead of polling the switches one at a time. Thanks again, you all rock!