threading
Sturla Molden
sturla.molden at gmail.com
Tue Apr 8 11:19:00 EDT 2014
More information about the Python-list mailing list
Tue Apr 8 11:19:00 EDT 2014
- Previous message (by thread): threading
- Next message (by thread): What is Application Context and Request Context in Flask and WerkZeug.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
alister <alister.nospam.ware at ntlworld.com> wrote: > As my only professional coding experience has been with embedded 8 bit > processors with limited resources i naturally abhorrent to the process of > "Just throw more RAM (Or any other resource for that matter)at it". I understand. I do not advocate threads for parallel i/o on 8, 16 or 32 bit systems – nor on 64 bit systems without sufficient RAM. But I do advocate is that buying RAM is cheaper than buying developer time. Sturla
- Previous message (by thread): threading
- Next message (by thread): What is Application Context and Request Context in Flask and WerkZeug.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list