|
|
|
|
|
by jedberg
5567 days ago
|
|
> python on EC2 #1 tip: Don't use threading. Python threading + EC2 will not work well. Instead rely on the OS doing the task switching and run multiple copies. If you want more info, I did a talk at Pycon about this and other things: redd.it/b5jyy |
|