You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a noob, I think multithread is better because it uses separate proccesses (like Google Chrome's tabs), so if one crashes, the whole browser is yet working with the other tabs
I start zeronet inside an other process and create the browser inside the main one process. We now have 2 processes running and I just want to be sure it is the proper way of doing it.
https://timber.io/blog/multiprocessing-vs-multithreading-in-python-what-you-need-to-know/
The text was updated successfully, but these errors were encountered: