Permalink
Mike on threads
  • vote
    1
    0 starsmike | Shared With: Everyone - 16 days ago | algorithm, bakery, mutex, threads
  • vote
    2
    0 starsmike | Shared With: Everyone - Jul 03 2008 | threads, python, google, appengine
    15.3 threading -- Higher-level threading interface

    Thread local variables in python:

    import threading

    mydata = threading.local()
    mydata.x = 1

    ...not sure if this works in AppEngine yet.

    ...seems to work fine (in limited test).

1 - 2 of 2 Faves

Related Content from Around Faves

python

VIEW ALL