• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Spawn process without inheriting parent stdout, stdin
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spawn process without inheriting parent stdout, stdin


  • Subject: Re: Spawn process without inheriting parent stdout, stdin
  • From: Sherm Pendley <email@hidden>
  • Date: Fri, 30 Sep 2005 18:09:50 -0400

On Sep 30, 2005, at 5:14 PM, Matthew Jaffa wrote:

I was wondering if there is a way to spawn a process programmatically without the new process inheriting the stdout of the parent. I tried NSTask, but the newly created processes output from cout and printf will go to the cocoa app that created it.

Why not simply use NSTask's -setStandardOutput: to redirect the child's output elsewhere? The argument doesn't have to be an NSPipe - it can be an NSFileHandle as well.


sherm--

Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Spawn process without inheriting parent stdout, stdin
      • From: "Matthew Jaffa" <email@hidden>
    • Re: Spawn process without inheriting parent stdout, stdin
      • From: "Corey O'Connor" <email@hidden>
References: 
 >Spawn process without inheriting parent stdout, stdin (From: "Matthew Jaffa" <email@hidden>)

  • Prev by Date: Re: 10.3.9 cross development SDK not working?
  • Next by Date: Re: Spawn process without inheriting parent stdout, stdin
  • Previous by thread: Re: Spawn process without inheriting parent stdout, stdin
  • Next by thread: Re: Spawn process without inheriting parent stdout, stdin
  • Index(es):
    • Date
    • Thread