You're right. I plan to add multiprocessing support such that there would be numCPU processes, each running one event loop. Which should scale properly. What kinds of benchmark do you suggest? I'll do my best to provide…
Thanks for the feedback. OpenAI said they used multiple processes (it seems that they used multiprocessing module from your link). Processes is handled by OS and, it depends, sometimes will only switch to another…
You're right. I plan to add multiprocessing support such that there would be numCPU processes, each running one event loop. Which should scale properly. What kinds of benchmark do you suggest? I'll do my best to provide…
Thanks for the feedback. OpenAI said they used multiple processes (it seems that they used multiprocessing module from your link). Processes is handled by OS and, it depends, sometimes will only switch to another…