Angus Leeming <[EMAIL PROTECTED]> writes:

| John,
| 
| attached is some rough and ready, proof of principle code that 
| appears to do the job.
| 
| To generate an autosave type
|       buffer-auto-save
| in the minibuffer. You should get "Autosaving Buffer" printed to the 
| console. If you have the Child Processes dialog open, you should also
| get something flashing up there, indicating that the process is being
| stored by the ForkedController as we desire.
| 
| I certainly can't generate zombies, but maybe you'll have a go too?

Ok, Good work.

...but I am not sure that I agree with the interface. Especially the
ForkedBase(?).

I was imagining some interface like:

        processController.call(boost::bind(autoSave, &buffer),
                                Proc::background);


which would fork, and run the function object in the newly created
process.

-- 
        Lgb

Reply via email to