[thelist] setting up xml-rpc ping service

VOLKAN ÖZÇELİK volkan.ozcelik at gmail.com
Tue Oct 11 01:34:30 CDT 2005


Hi I did not use xml-rpc or a web service to ping, but implemented a
ping mechanism with AJAX:

Here is a rather simplified pseudocode:

1. open an HTTP request to some State.aspx
2.0 - if State is SOMETHING_NEW_OUT_THERE, retrieve it, put it on the page.
2.1.- else go to 3
3. wait half a minute. go to 1

(plus some cookie interaction to store client-wide state information)

Though there are tons of issues to be aware and beware when using
AJAX. At least you need an option to transform gracefully to a
non-ajax structure when the browser does not support it.

If it helps,

Cheers,
Volkan.

2005/10/10, Christian Anderson <lists at ckapublishing.com>:
> Hi,
>
>
>
> I'm thinking about setting up a xml-rpc ping service for blogs, but haven't
> been able to find any information as to what is needed. Has anyone on this
> list set one up themselves?
>
>
>
> Any help appreciated.
>
>
>
> Chris
>
>
>
>
>
>
>
> --
>
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>


--
Volkan Ozcelik
+>Yep! I'm blogging! : http://www.volkanozcelik.com/volkanozcelik/blog/
+> My projects/studies/trials/errors : http://www.sarmal.com/


More information about the thelist mailing list