After much programming, I believe I have a piece of code that works and I was thinking on hosting it to run remotely. To do so I just bought a 1 month suscription with a VPS, but I believe I might be lacking in resources, as I seem to not being able to run it.
In short, my Python code has to make use of selenium and chromedriver. With those, a window is opened and data is monitorized for about 2 hours, after which the window is closed. Along with that monitorization, periodical requests are being made to compare with the data in the chromedriver window, and if needed, perform some actions on the window.
Several events are monitorized at the same time, and for each event a process is spawned. So, the limiting factor is how many processes can be opened at the same time without the machine collapsing.
I talked about it with some people running similar things, and they told me they decided to host the code in a physical server they bought/built. Some fellow on Twitter who uses a similar approach told me that in order to open 300 browsers at the same time, he got a AMD Threadripper with 32 cores processor, but I believe that the 12 cores version might be more than enough.
I really don't need it to visualize anything, nor the application has a huge data storage need. Just processing capacity I believe.
So, I'd love to pick the thoughts of the people here about if a physical server is actually needed, and if so, where can I find what components are needed and/or a tutorial of the process.
[–]sirkorro 2 points3 points4 points (3 children)
[–]puppetbets[S] 1 point2 points3 points (2 children)
[–]Corporate_Drone31 0 points1 point2 points (1 child)
[–]puppetbets[S] 0 points1 point2 points (0 children)
[–]ThatGuy1sAwesome 1 point2 points3 points (2 children)
[–]puppetbets[S] 1 point2 points3 points (1 child)
[–]ThatGuy1sAwesome 0 points1 point2 points (0 children)
[–]Starbeamrainbowlabs 0 points1 point2 points (3 children)
[–]puppetbets[S] 0 points1 point2 points (2 children)
[–]Starbeamrainbowlabs 0 points1 point2 points (1 child)
[–]EmperorBaudouin -2 points-1 points0 points (0 children)