• 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: Can't obtain any more NSPipe instances
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't obtain any more NSPipe instances


  • Subject: Re: Can't obtain any more NSPipe instances
  • From: "Jordan Krushen" <email@hidden>
  • Date: Sun, 28 May 2006 19:17:23 -0700

On 5/28/06, Jordan Krushen <email@hidden> wrote:

You're using autoreleased pipes without a local autorelease pool, so
they're accumulating.  You could add a local pool, or just alloc/init
and manually release when you're done with them.

I should point out that you're using other autoreleased objects in that loop too, so an autorelease pool would keep your memory footprint down as well.

J.
_______________________________________________
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


References: 
 >Can't obtain any more NSPipe instances (From: Alexander Reichstadt <email@hidden>)
 >Re: Can't obtain any more NSPipe instances (From: "Jordan Krushen" <email@hidden>)

  • Prev by Date: Re: Can't obtain any more NSPipe instances
  • Next by Date: Re: NSArrayControler
  • Previous by thread: Re: Can't obtain any more NSPipe instances
  • Next by thread: Button binding
  • Index(es):
    • Date
    • Thread