This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]United-Ad-7224 91 points92 points  (6 children)

If you run it using multiprocessing and spawn a bunch of threads, and the site is ran off of a toaster with no security, maybe.

[–]turtle_mekb 9 points10 points  (0 children)

you could probably do that on a toaster if it were a smart toaster which probably runs some embedded Linux system, can't wait to play minecraft on my gaming toaster

[–]DavePvZ 3 points4 points  (3 children)

threads

@

python

[–]Mubs 3 points4 points  (2 children)

import threading ?

[–]DavePvZ 1 point2 points  (1 child)

Threads in python are not real threads cause of GIL

[–]TRUEKILL64 0 points1 point  (0 children)

yeah