Parallel Processing or just speeding up code

Hey all,

I’m currently working on a code with my boss to grab pieces of code from 27 of our networked devices. Each device has three pages we are ripping from with a web rip function. The code is working fine but it takes a long time for it to load, 1-2 minutes. We are trying to use this as a monitoring page for these devices and would like it to load faster. I have looked online for various parallel processing solutions and they sort of confuse me. (I am a beginner to PHP, been doing it for about two weeks but do have some background in Perl) We want to be able to load this page in a web browser and from what I read some ways are only doable through the CLI. Am I missing something? Any help would be greatly appreciated!

Thanks!

Sponsor our Newsletter | Privacy Policy | Terms of Service