From: BC S. <bsi...@in...> - 2004-03-21 21:23:50
|
The Perl PubSub server already supports direct HTTP POST delivery of events to arbitrary URLs. This feature has not yet been implemented in the Python PubSub server, but perhaps it will be at some point. Since the POST data is in appplication/x-www-form-urlencoded format, quite a few existing CGIs, PHP apps, servlets, and so forth are already prepared to accept the notifications. ----- Original Message ----- From: "Asynch Messaging" <asy...@ho...> Date: Sat, 20 Mar 2004 22:35:31 -0800 To: <mod...@li...>,"Robert Leftwich" <ro...@le...> Subject: Re: [Mod-pubsub-developer] kn_from and kn_to > > > If I specify a url of any valid server process in kn_to (e.g. > > http://example.com/cgi-bin/processEvent.cgi) when issuing a route command, > > will the mps server then send all the events directly to that url for > > processing w/o requiring a mps client ? > > > > What is the use case for being able to post a single event to an arbitrary > > url, i.e. setting the kn_to of a notify command to point to a non-mps > server? > > The arbitrary URL might in fact be an mps compatible server. And in the > glorious future we are all fighting for, /all/ servers would accept messages > and forward to the appropriate list of subscribers. -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm |