Bzr's startup time

Matthieu Moy Matthieu.Moy at imag.fr
Tue Jun 27 13:10:04 BST 2006


John A Meinel <john at arbash-meinel.com> writes:

> The 2nd is a little bit trickier.
> It might mean making the client get all subprocess requests, like
> spawning an editor, or gpg. I think it is possible, but it was more than
> my original hack. (The original one just captures the output, and feeds
> it back down the line, quite simple)

Yes. I think the client should recieve things like

print(stderr, "some message")
print(stdout, "some other message")
exec("some-command", "with", "some", "arguments")

and process it.


The next step would be to have the client launch and daemonize a
server when no server is running (like fetchmail is doing for
example).

-- 
Matthieu




More information about the bazaar mailing list