Hi Ronny, from IRC i also know that you are wondering how/if to best apply py.execnet for the tasks. Can you post an example of a frontend command/API you want to implement and some code of how that translates to one particular API? I'd then consider and suggest a way/method to apply execnet.
cheers, holger On Mon, Aug 24, 2009 at 13:51 +0200, Ronny Pfannschmidt wrote: > hi, > > first let me outline my needs for > > anyvc > a vcs abstraction lib > pida > a ide based on the idea that everything is a plugin > > > anyvc > ------ > > * execute backends in a different process > * circumvent gpl/gpl2only of hg/dulwich/bzr > * execute the fontend on python platforms not supported by the backends > * python 3 > * jython > * ironpython > * pypy > > pida > ---- > > an ide based on plugins > > * run parts of plugins in different processes > * avoid gil races for cpu-intensive tasks > * run parts of plugins on different computers/platforms > * test execution > * introspectiong of test/deployment environments > * general work on remote data/projects > > > In order to archieve those goals > i think i need a few conceptual ideas > for installing the different libs on the different platforms > as well as a tool to help proxying method calls to remote objects. > > regards Ronny > > _______________________________________________ > py-dev mailing list > py-dev@codespeak.net > http://codespeak.net/mailman/listinfo/py-dev > -- Metaprogramming, Python, Testing: http://tetamap.wordpress.com Python, PyPy, pytest contracting: http://merlinux.eu _______________________________________________ py-dev mailing list py-dev@codespeak.net http://codespeak.net/mailman/listinfo/py-dev