Tagged Questions

0
votes
1answer
34 views

Pubsub implementation with jaxl library

Hi, I am using jaxl library for bot development on my debian server with openfire. Now i want to apply pubsub functionality to it. My scenario is : user subscribes to an event & …
2
votes
1answer
58 views

What are some techniques to push changes from tokyo cabinet in a multi-service setup?

Let's say I have N > 1 TCP-based, connection-oriented (read: not a website) services handling connections from end users in some load-balanced/sharing configuration. These users …
0
votes
2answers
62 views

Pubsubhubbub handle in php

Hi I need to watch a certain feed for my web app and i can't find any proper documentation about this topic -Edited: what i'm actually after is probably so simple that it might b …
0
votes
1answer
30 views

How to create a page which gets real time updates from PubSubHubub

I want to know if it is possible to use javascript/html or php, etc... to create a page that receives continuous updates from a feed that uses PubSubHubub? How can I do this? I am …
0
votes
2answers
54 views

Cofiguring an endpoint to act both as worker and subscriber

Is it possible to configure an endpoint to act as a worker retrieving jobs from a distributor AND subscribe to some kind of messages? I have the following scenario ( adapted to sa …
2
votes
6answers
275 views

Best Publish/Subscribe “Middleware”

I'm in the market for a good open source network based Pub/Sub (observer pattern) library. I haven't found any I like: JMS - tied to Java, treats message contents as dumb binar …
0
votes
1answer
50 views

what in your opinion would be best way to get all the retweets from twitter

working PHP probably on amazon ec2... can anyone explain what would be the best way to get all the retweets that contains http links from twitter using either twitter api or some k …
1
vote
2answers
127 views

comet vs pubsub..?

may i know what is the different between these 2 approach ? can explain in lay man terms?
1
vote
1answer
128 views

Realtime with PubSubHubBub

Hi All I'm trying to implement real time chat engine with PubSubHubBub as the core in Rails. My question is what I need to do to or read to achieve this task ? Where I'm gonna sta …
0
votes
1answer
86 views

PubSubHubbub for a blog in Ruby (Merb)

I am writing my own blog (every one should, it's good experience). I have implemented Atom and RSS feeds, and they are used by a number of readers. Most of those readers are usin …
1
vote
1answer
96 views

Plugin for declaratively specifying an API in Rails like django-piston

Is there a gem/plugin for defining an API in Rails? I know you can have "RESTful routes" and render to different formats in controller actions, but I'm looking for a more all-arou …
0
votes
2answers
87 views

Using PubSub Framework in iPhone Apps

Is it posssible to use the Publication Subscription (PubSub) Cocoa framework in iPhone apps? I understand that the subscription features would not be available, but is it possible …
1
vote
1answer
164 views

Subscribing to a message from multiple publisher in nServiceBus

I wonder if it’s possible using nServiceBus to subscribe to all Messages of a Type without specifying the publisher’s end point. The Background for this, is a distributed algorit …
0
votes
1answer
62 views

Communication Mechanisms that are both Decoupled and Low-Latency

Does anyone have experience with message transports that are both decoupled(senders and receivers don't know/care about each other) and low-latency for distributed and possibly rem …
0
votes
2answers
113 views

Should I support Co-/Contravariance for Pub-/Sub-Scenarios in C#3.0?

In my application I am creating a simple event hub that offers something for registering subscribers: Subscribes<EventType>(ISubscriber<EventType> subscriber) // and …

1 2 next
15 30 50 per page