Is there anything problematic with this kind of image feedback setup? This always seems to work better than using the accumulator or feedback patch for me. I'm monitoring for leaks on two different gpu's right now, in leopard and sl, and it looks ok.
On Wed, Feb 9, 2011 at 10:13 PM, Alastair Leith <[email protected]>wrote: > Speaking of Safari, here's some magic I wish it would get: > > Being able to 'force quit' / kill / 'Stop Button' a single Tab which is > freezing Safari and ensuring a force quit. (Usually flash or video going on > but maybe it JS related I don't know). There goes all my other tabs. > > > > > On 10/02/2011, at 11:19 AM, Christopher Wright wrote: > > One possible improvement: have the execution + UI on separate threads >>> somehow. This way at least if it's looping you have some chance of the stop >>> button actually doing what it should. It won't work in all cases, but might >>> possibly work in some? >>> >> >> Separate threads would alleviate much of the problem -- you could save >> your work, for example. But you _cannot_ arbitrarily terminate threads >> (safely/cleanly). So an infinite loop means you'll have to ideally change >> your work so that it's not doing that, save it, and then quit/relaunch the >> app (so that the runaway thread goes away). A huge improvement no doubt, >> but still a bit clunky. closing the document wouldn't clean up the thread, >> so that's still a bit difficult to convey. >> >> (For the astute: yes, Safari warns you about run-away scripts. no, they >> don't share that magic with anyone, unfortunately :(). >> >> QC certainly puts a temptingly simple face on some extremely powerful (but >> very complicated) technologies :) >> >> -- >> Christopher Wright >> [email protected] >> >> >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Quartzcomposer-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> >> http://lists.apple.com/mailman/options/quartzcomposer-dev/qc.student.au%40gmail.com >> >> This email sent to [email protected] >> > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Quartzcomposer-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > > http://lists.apple.com/mailman/options/quartzcomposer-dev/gtoledo3%40gmail.com > > This email sent to [email protected] > -- George Toledo [email protected] www.georgetoledo.com The information contained in this E-mail and any attachments may be confidential. If you have received this E-mail in error, please notify us immediately by telephone or return E-mail. You should not use or disclose the contents of this E-mail or any of the attachments for any purpose or to any persons.
rii feedback.qtz
Description: Binary data
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [email protected]

