And it's not well suited to notify the user of anything. After all, it's a web app. The "user" is only there in one thread for one RR loop. You might want to check JMS for that (or write some simple persistent notification thingy yourself).
Cheers, Anjo Am 01.03.2011 um 12:59 schrieb Mike Schrag: > It's performed on whatever thread you post the notification from. > > Sent from my iPhone > > On Mar 1, 2011, at 4:48 AM, Frédéric JECKER <[email protected]> wrote: > >> Hello, >> >> Some customers asked us for adding some automatic per user notifications >> when some specific events happen within our application (each user should be >> able to specify its own criterias). >> I'm looking at NSNotification/NSNotificationCenter for this purpouse but I'm >> wondering if the notification dispatching and processing is performed on the >> main thread or on a separate one. >> >> Thanks >> >> Fred >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com >> >> This email sent to [email protected] > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/anjo%40krank.net > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
