From: Ian B. <ia...@ca...> - 2007-01-31 13:28:41
|
If you haven't already, look at STOMP Its a transport used for JMS over XML-HTTP, but I think that its really about XML messages.... however stop http is still really a request cycle protocol for good reason.... it scales... I wouldn't like to build a server that handled 12M connected sessions, but I've no problem serving 12M requests per hour on reasonable hardware with a suitable connection. The other way round requires open ports on the client to push things to. ... if you have those you can just do a JMS<->STOMP<->JMS bridge so both sides just push and the consume is an open port 80 endpoint. Its also not at big a step to do SMTP<->JMS etc and they used to use something similar with Lab results in the NHS (named DTS) Ian Alistair Young wrote: > how would something else read them if you've already eaten them? so it's > based on consumer? > > -------------- > mov eax,1 > mov ebx,0 > int 80h > > > > > On 31 Jan 2007, at 12:29, Selwyn Lloyd wrote: > >> Ian et al, >> >> this is the seperate thread... >> >> I say foods, not feeds [XML] because it bugs me that the design of feeds >> like rss is you have to read and reread the same xml until the server >> modifies it. >> >> Is there a protocol or spec for feeds which once read are eaten so to >> speak... i.e. you eat them once only go back and their gone... >> >> Other than a reliable messaging approach. >> >> a move protocol if you like... I think we have some reasonable use cases >> / business processes to support the requirement, particularly when >> reading in many sources of data. >> >> I'm think SMTP :) >> >> But just wondered if you knew of anything in the realms of rss / atom etc >> >> Cheers >> >> Sel >> >> >> >> >> >> >> >> >> -- >> Selwyn Lloyd >> Phosphorix >> Open Source Systems for Lifelong Learning >> skype: selwyn_lloyd >> tel: 07979240124 >> irc://irc.ionode.org >> support channel: #ionode >> support email: de...@ph... <mailto:de...@ph...> >> web: http://www.phosphorix.co.uk >> forum: http://forum.ionetwork.ac.uk >> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> <http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> >> _______________________________________________ >> Tetraelf-developers mailing list >> Tet...@li... >> <mailto:Tet...@li...> >> https://lists.sourceforge.net/lists/listinfo/tetraelf-developers > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Tetraelf-developers mailing list > Tet...@li... > https://lists.sourceforge.net/lists/listinfo/tetraelf-developers |