* delete or text files to hacking/ directory.

* split license file into authors and license file, minor fixes.
* minor unicode fixes

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-09-05 16:09:44 +02:00
parent bde56a8246
commit 7ab98c1b25
10 changed files with 42 additions and 84 deletions
-24
View File
@@ -1,24 +0,0 @@
I think the nice code in this directory
should be refactored so that you can use
it like this:
rp = gateway.get_remote_path(relpath)
and relpath could be absolute, relative (should
follow remote-platform syntax) or None/"." (the
current dir on the other side).
The tricky part probably is defining sensible
setup/teardown semantics with respect to
starting the "Path" server on the other side,
we at least don't want to have multiple threads
that serve path requests and maybe we want
to be able to explicitely shutdown a once
started RemotePath server (not sure though).
For a single-threaded py.execnet it might be helpful to be
able to install new network messages (which are lower level
than remote_exec() and work with callbacks, so don't follow
the nice "synchronous" programming model that you get with
threads/greenlets/tasklets).