remote routing questions
hyakugei <[email protected]>
| Newsgroups | gmane.comp.web.mod-pubsub.devel |
|---|---|
| Message-ID | <[email protected]> |
Hey all. I'm doing some experimentation now with the javascript pubsub lib. I've gotten it to work fine and dandy on a box with a local copy of the python server running.
What i've been trying to do is create a route between the blogchatter topic on mod-pubsub.org (http://www.mod-pubsub.org/kn/what/apps/blogchatter/pings) and my local connection (say, /who/jos/s/24/kn_journal).
the code i am currently using is like so:
kn.subscribe("http://www.mod-pubsub.org/kn/what/apps/blogchatter/pings", onMessage, {do_max_n:10}, {onSuccess:renderDisplay}));
I know the onMessage and renderDisplay functions work, as i use them to display the /what/chat topic.
Any suggestions?
jos
ps. i just realized that my local box is on a local 10.0.0.x network - this might be the problem...
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.