Hmm, just read that Charles Nadeau released an XML-RPC to NNTP gateway. I still think it would be neat to have an NNTP to XML-RPC gateway to use as a wonky, distributedish message queue.

shortname=ooobfd

Archived Comments

  • Your idea of using newsgroups as queues to feed message to an XML-RPC-enabled program is very good: One could assign of or more groups to an application and use the NNTP server as an archive of all the calls made. Clever! Let me know more about how you envision it. I will put that on my "programming to-do list". Thanks for mentionning nxgate on your blog! Charles Nadeau
  • Well, this is a very hackish idea and there are other systems that implement messaging queues perfectly well, but I thought that you could have a daemon scan new message items on a specified news group on a given server as they come in. This daemon could check for a predetermined subject line, sender, and maybe even a trusted cryptographic signature. The payload of the message could be in the clear, or encrypted. You could have many recipients marked for the message. The gateway daemons then would turn valid newsgroup posts into outbound XML-RPC calls, and in turn, post to the newsgroup in response to inbound XML-RPC calls. What appears particularly attractive to me about doing this ofer NNTP, though, is that it's an existing architecture that already does queueing and distribution and all kinds of other nice things. And if you wanted to be sneaky with a network of agents, you could even stenograph your messages in with other spam :) But, the sneaky bits aren't what I'm most interested in. To me, it's another potential rendevous to add to a hypothetical P2P system I'm musing about