Re: [HAPI-devel] Processing Incoming Messages on Multiple ports.

2012-12-17 Thread Christian Ohr
Are there any objections to simply use two instances of SimpleServer using the two different ports you mentioned? Christian 2012/12/17 Brijesh Singh : > Hi - As per HAPI documentation, messages can be processed through HAPI using > SimpleServer on a port. We have a requirement where data coming f

Re: [HAPI-devel] Processing Incoming Messages on Multiple ports.

2012-12-17 Thread Ian Vowles
We have written several programs which implement simple server on different ports and run them separately. This enables us to log each feed and stop/start them individually when required. Whilst it can mean you end up with quite a few processes running, it has proved an effective technique. Ia

[HAPI-devel] Processing Incoming Messages on Multiple ports.

2012-12-17 Thread Brijesh Singh
Hi - As per HAPI documentation, messages can be processed through HAPI using *SimpleServer * on a port. We have a requirement where data coming from different feeds to our application on different ports. Does HAPI provide API to handle incoming messages on different ports? All these feeds are inbou