• 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
Keeping a NSTask's standard input 'alive' after quitting the app which created it ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Keeping a NSTask's standard input 'alive' after quitting the app which created it ?


  • Subject: Keeping a NSTask's standard input 'alive' after quitting the app which created it ?
  • From: Thomas Deniau <email@hidden>
  • Date: Mon, 10 Dec 2001 22:09:31 +0100

Hi!

I've a 'parent' app which launches a daemon using NSTask.

I set the daemon's standard input using

NSPipe *pipe=[NSPipe pipe];
[task setStandardInput:pipe];

Is there a way to keep pipe 'alive' after quitting the app which created it
(the 'parent'), and launched the task ?


  • Follow-Ups:
    • Re: Keeping a NSTask's standard input 'alive' after quitting theapp which created it ?
      • From: "David W. Halliday" <email@hidden>
  • Prev by Date: Re: Cocoa Documentation Updated for December Tools Release
  • Next by Date: Re: Damn sisters :-)
  • Previous by thread: Re: Disable a menu (item)
  • Next by thread: Re: Keeping a NSTask's standard input 'alive' after quitting theapp which created it ?
  • Index(es):
    • Date
    • Thread