Thanks for the answers. JMS seems a bit overhyped for my needs. I think a second application that will process simple persistent thingies generated by my webapp is my best option.
Regards Fred -----Message d'origine----- De : Anjo Krank <[email protected]> Date : Tue, 01 Mar 2011 13:32:09 +0100 À : WebObjects-Dev Mailing List List <[email protected]> Objet : Re: NSNotificationCenter >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.co >>>m >>> >>> 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/f.jecker%40symaris.c >om > >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]
