[flexcoders] Re: open source server side push

2010-04-05 Thread valdhor
WebORB definitely has polling (At least, WebORB for PHP does). --- In flexcoders@yahoogroups.com, hgnowhg hgno...@... wrote: so, if there is no server side push what about anything w/ polling? Again, i can't find this w/ weborb or zend thx --- In flexcoders@yahoogroups.com, Jeffry

[flexcoders] Re: open source server side push

2010-04-05 Thread Mark
Yes, WebORB definitely supports data push. We have support for RTMP, short and long polling. A licensed version of WebORB does not have any limitations for the number of concurrent users. Your limits will arrive from the hardware configuration of the architecture of your application. Also, I'd

[flexcoders] Re: open source server side push

2010-04-03 Thread Jeffry Houser
If BlazeDS won't do it; try GraniteDS. http://www.graniteds.org/confluence/pages/viewpage.action?pageId=229378 --- In flexcoders@yahoogroups.com, hgnowhg hgno...@... wrote: Are there any open source (i.e. FREE!) server side push services that do NOT limit the number of concurrent users?

[flexcoders] Re: open source server side push

2010-04-03 Thread hgnowhg
thanks. does granite limit the number of concurrent users? --- In flexcoders@yahoogroups.com, Jeffry Houser j...@... wrote: If BlazeDS won't do it; try GraniteDS. http://www.graniteds.org/confluence/pages/viewpage.action?pageId=229378 --- In flexcoders@yahoogroups.com, hgnowhg

[flexcoders] Re: open source server side push

2010-04-03 Thread Jeffry Houser
I dunno; follow the links and see if you can figure it out. I'm not sure why they would impose limits; unless there was a technical reason, such as server stability. I would assume that Adobe enacts limits in Blaze an attempt to get you to upgrade to LiveCycle. WebORB, from The Midnight

[flexcoders] Re: open source server side push

2010-04-03 Thread hgnowhg
I noticed right off the bat that the weborb java version is limited to 5 ip addresses (unless, of course, you pay). The php version doesn't support datapush...at least, I can't find it in their examples. It amazes me that no one on this board knows the answers to some of the most basic data

Re: [flexcoders] Re: open source server side push

2010-04-03 Thread Samuel Colak
Unfortunately there are one of two options. build it yourself or pay license costs, either adobe's or someone else's.. Per push, you need to use netconnection's and then channel notifications or shared objects. On Apr 3, 2010, at 10:43 PM, hgnowhg wrote: I noticed right off the bat that

[flexcoders] Re: open source server side push

2010-04-03 Thread hgnowhg
so, if there is no server side push what about anything w/ polling? Again, i can't find this w/ weborb or zend thx --- In flexcoders@yahoogroups.com, Jeffry Houser j...@... wrote: I dunno; follow the links and see if you can figure it out. I'm not sure why they would impose limits;