Based on what I saw he is not forking; he is creating a sub shell via a 
system() call; so there will be no sharing of anything from the run time parent 
cap. 

On Nov 16, 2011, at 8:45 AM, Lee Hambley <[email protected]> wrote:

> But eventually were you able to get it down to a one-liner shell command, or 
> is it still two deployments?
> 
> You mentioned `forking` - if you were really using fork, you would inherit 
> any pre-set variables, but when they're not pre-set, then you would have to 
> enter them into each individual child process (otherwise child processes 
> would simply inherit the lambda from the parent process) - that said, I'm 
> pretty sure that's not what you've done. Why not fill us in on exactly what 
> you have done, where you are at right now (share config files in a gist, or 
> something)
> 
> - Lee
> -- 
> * You received this message because you are subscribed to the Google Groups 
> "Capistrano" group.
> * To post to this group, send email to [email protected]
> * To unsubscribe from this group, send email to 
> [email protected] For more options, visit this group at 
> http://groups.google.com/group/capistrano?hl=en

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to