displaying them, so I wonder why can't I reach them programmatically.
--
Rui Henriques Pacheco
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or mode
Hi,
I'm currently going through all available literature on Google on using NSTask
to open SSH tunnels. While I have running code I'm not sure I understand
everything that's happening.
First, NSTask executes SSH as a subprocess. Then why is this blocking the main
thread?
--