Re: [HAPI-devel] Broken url

2012-12-18 Thread Christian Ohr
Unfortunately you're right - this example got stuck in its inception phase but the link wasn't removed... Anyway, I will write something up soon and add it to the site (and post it to the mailing list, too) Christian 2012/12/18 Nabeel Ali Memon : > The http://hl7api.sourceforge.net/devbyexample.

[HAPI-devel] Broken url

2012-12-18 Thread Nabeel Ali Memon
The http://hl7api.sourceforge.net/devbyexample.html page is quite useful for a hapi beginner but the following url doesn't seem to work. http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/CustomThreading.html I have checked out the source from sourceforge. If the url isn't gonna be fixed soo

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

2012-12-18 Thread Christian Ohr
I'm not entirely sure what you mean with "message aggregation". Do you intend to correlate subsequent messages referring to the same patient and execute some sort of combined logic? Objects of type Application are completely unaware of the server object that forwards a Hl7 message. So, yes, assumi

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

2012-12-18 Thread Jens Kristian Villadsen
Our approach is a bit different. Our logic is completely decoupled which allows us simply to run multiple instances of the same process having different ports. Could this perhaps be a valid solution for you? PS @ Laurent - is there any reason why you don't use the ca.uhn.hl7v2.llp.ExtendedMinLower

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

2012-12-18 Thread LDH
Our issue is a bit different. We used to process an aggregated feed, so we have smart logic that can already process a variety of feeds intelligently with our handler. Running 2 instances of the server would work but would not perform well enough as we do not have a multi-process caching strate