• 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: release not done right away
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: release not done right away


  • Subject: Re: release not done right away
  • From: j o a r <email@hidden>
  • Date: Wed, 21 Apr 2004 15:37:00 +0200

On 2004-04-21, at 15.16, Nicolas Berloquin wrote:

> So I consider them a bit like an event that gets sent to a specific
> target/selector after a specified time.
> When there is user input, the runloop handles it. When it's a timer I
> set up for my network handling, that handling is done.
> And all of this is one after the other. So I can't see where would be
> the "several event loops".
>
> Please tell me where my reasoning is wrong.

Every event you get in your run loop triggers a new event loop, ie. a
cascade of execution of code based on what event you receive. You have
one run loop per thread, but from that run loop is initiated a new
event loop whenever a run loop source has new input.

j o a r

[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: release not done right away
      • From: "Thomas L. Davis" <email@hidden>
References: 
 >release not done right away (From: Nicolas Berloquin <email@hidden>)
 >Re: release not done right away (From: Nicolas Berloquin <email@hidden>)
 >Re: release not done right away (From: Nicolas Berloquin <email@hidden>)
 >Re: release not done right away (From: j o a r <email@hidden>)
 >Re: release not done right away (From: Nicolas Berloquin <email@hidden>)

  • Prev by Date: Re: release not done right away
  • Next by Date: Re: Change Highlight in NSTableView
  • Previous by thread: Re: release not done right away
  • Next by thread: Re: release not done right away
  • Index(es):
    • Date
    • Thread