skip to navigation
skip to content

parley 0.3

Python Actor Runtime LibrarY

Downloads ↓

PARLEY is a library for writing Python programs that implement the Actor model of distributed systems, in which lightweight concurrent processes communicate through asynchronous message-passing. Actor systems typically are easier to write and debug than traditional concurrent programs that use locks and shared memory.

PARLEY can run using either traditional native threads, greenlets (lightweight threads), or Stackless Python's tasklets. A program written using PARLEY can choose between these models by changing a single line of code.

 
File Type Py Version Uploaded on Size # downloads
parley-0.3.tar.gz (md5) Source 2007-07-22 32KB 1444
parley-0.3.win32.exe (md5) MS Windows installer any 2007-07-22 75KB 286