[ANN]: asyncoro: Framework for asynchronous, concurrent, distributed programming

2012-07-02 Thread Giridhar Pemmasani
Hi, I would like to announce asyncoro (http://asyncoro.sourceforge.net), a Python framework for developing concurrent, distributed programs with asynchronous completions and coroutines. asyncoro features include   * Asynchronous (non-blocking) sockets   * Efficient polling mechanisms epoll, kqueu

[ANN]: Python module to distribute computations for parallel execution

2012-02-15 Thread Giridhar Pemmasani
Hello, I would like to announce dispy (http://dispy.sourceforge.net), a python framework for distributing computations for parallel execution to processors/cores on single node to many nodes over the network. The computations can be python functions or programs. If there are any dependencies, such

[ANN]: asyncoro: Framework for asynchronous sockets and coroutines

2012-04-05 Thread Giridhar Pemmasani
asyncoro is a framework for developing concurrent programs with asynchronous event completions and coroutines. Asynchronous completions currently implemented in asyncoro are socket I/O operations, sleep timers, (conditional) event notification and semaphores. Programs developed with asyncoro will h

[ANN]: asyncoro: Framework for asynchronous programming with coroutines

2012-04-06 Thread Giridhar Pemmasani
I posted this message earlier to the list, but realized that URLs appear broken with '.' at the end of URL. Sorry for that mistake and this duplicate! asyncoro is a framework for developing concurrent programs with asynchronous event completions and coroutines. Asynchronous completions currently i

[ANN] dispy: distribute computations and execute in parallel

2011-09-10 Thread Giridhar Pemmasani
Hello, I would like to announce dispy (http://dispy.sf.net) that can distribute and parallelize computations among computing nodes over network (yes, yet another implementation of parallelization). This is useful for problems in SIMD paradigm where a computation can be executed with multiple data