[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 Houser jeff@ wrote:
 
  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 Coders, may be another solution to consider. 
  
  --- In flexcoders@yahoogroups.com, hgnowhg hgnowhg@ wrote:
  
   thanks. does granite limit the number of concurrent users?
   
   --- In flexcoders@yahoogroups.com, Jeffry Houser jeff@ wrote:
   
If BlazeDS won't do it; try GraniteDS.  

http://www.graniteds.org/confluence/pages/viewpage.action?pageId=229378



--- In flexcoders@yahoogroups.com, hgnowhg hgnowhg@ wrote:

 Are there any open source (i.e. FREE!) server side push services that 
 do NOT limit the number of concurrent users? i.e. Blaze is open 
 source but limits the number of subscribers. LCDS would be perfect 
 but is expensive. All I need is a datagrid that will update w/ new 
 data as data gets added to my MySQL server.

   
  
 





[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 like to correct the following, as it is incorrect:


I noticed right off the bat that the weborb java version is limited to 5 ip
addresses (unless, of course, you pay). 


The 5 IP limitation is only in the Development mode of WebORB. That is the 
mode when you do not need any license keys and can use all the features of the 
product for the development purposes. If you need a license, you can get a 
completely free one for the Community Edition, or buy one for the Enterprise 
Edition.

This is where you can apply for a free license for the Community Edition:
http://www.themidnightcoders.com/communityeditionapplication.html

To see a comparison between Community and Enterprise editions, visit this page:
http://www.themidnightcoders.com/products/weborb-for-java/product-editions.html

Cheers,
Mark

--- In flexcoders@yahoogroups.com, hgnowhg hgno...@... wrote:

 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 questions I and others have asked. 
 
 --- In flexcoders@yahoogroups.com, Jeffry Houser jeff@ wrote:
 
  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 Coders, may be another solution to consider. 
  
  --- In flexcoders@yahoogroups.com, hgnowhg hgnowhg@ wrote:
  
   thanks. does granite limit the number of concurrent users?
   
   --- In flexcoders@yahoogroups.com, Jeffry Houser jeff@ wrote:
   
If BlazeDS won't do it; try GraniteDS.  

http://www.graniteds.org/confluence/pages/viewpage.action?pageId=229378



--- In flexcoders@yahoogroups.com, hgnowhg hgnowhg@ wrote:

 Are there any open source (i.e. FREE!) server side push services that 
 do NOT limit the number of concurrent users? i.e. Blaze is open 
 source but limits the number of subscribers. LCDS would be perfect 
 but is expensive. All I need is a datagrid that will update w/ new 
 data as data gets added to my MySQL server.

   
  
 





[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? i.e. Blaze is open source but limits 
 the number of subscribers. LCDS would be perfect but is expensive. All I need 
 is a datagrid that will update w/ new data as data gets added to my MySQL 
 server.





[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 hgnowhg@ wrote:
 
  Are there any open source (i.e. FREE!) server side push services that do 
  NOT limit the number of concurrent users? i.e. Blaze is open source but 
  limits the number of subscribers. LCDS would be perfect but is expensive. 
  All I need is a datagrid that will update w/ new data as data gets added to 
  my MySQL server.
 





[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 Coders, may be another solution to consider. 

--- In flexcoders@yahoogroups.com, hgnowhg hgno...@... wrote:

 thanks. does granite limit the number of concurrent users?
 
 --- In flexcoders@yahoogroups.com, Jeffry Houser jeff@ wrote:
 
  If BlazeDS won't do it; try GraniteDS.  
  
  http://www.graniteds.org/confluence/pages/viewpage.action?pageId=229378
  
  
  
  --- In flexcoders@yahoogroups.com, hgnowhg hgnowhg@ wrote:
  
   Are there any open source (i.e. FREE!) server side push services that do 
   NOT limit the number of concurrent users? i.e. Blaze is open source but 
   limits the number of subscribers. LCDS would be perfect but is expensive. 
   All I need is a datagrid that will update w/ new data as data gets added 
   to my MySQL server.
  
 





[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 questions I and others have asked. 

--- 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; 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 Coders, may be another solution to consider. 
 
 --- In flexcoders@yahoogroups.com, hgnowhg hgnowhg@ wrote:
 
  thanks. does granite limit the number of concurrent users?
  
  --- In flexcoders@yahoogroups.com, Jeffry Houser jeff@ wrote:
  
   If BlazeDS won't do it; try GraniteDS.  
   
   http://www.graniteds.org/confluence/pages/viewpage.action?pageId=229378
   
   
   
   --- In flexcoders@yahoogroups.com, hgnowhg hgnowhg@ wrote:
   
Are there any open source (i.e. FREE!) server side push services that 
do NOT limit the number of concurrent users? i.e. Blaze is open source 
but limits the number of subscribers. LCDS would be perfect but is 
expensive. All I need is a datagrid that will update w/ new data as 
data gets added to my MySQL server.
   
  
 





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 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 questions I and others have asked. 
 
 --- 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; 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 Coders, may be another solution to consider. 
  
  --- In flexcoders@yahoogroups.com, hgnowhg hgnowhg@ wrote:
  
   thanks. does granite limit the number of concurrent users?
   
   --- In flexcoders@yahoogroups.com, Jeffry Houser jeff@ wrote:
   
If BlazeDS won't do it; try GraniteDS. 

http://www.graniteds.org/confluence/pages/viewpage.action?pageId=229378



--- In flexcoders@yahoogroups.com, hgnowhg hgnowhg@ wrote:

 Are there any open source (i.e. FREE!) server side push services that 
 do NOT limit the number of concurrent users? i.e. Blaze is open 
 source but limits the number of subscribers. LCDS would be perfect 
 but is expensive. All I need is a datagrid that will update w/ new 
 data as data gets added to my MySQL server.

   
  
 
 
 




Disclaimer

_

The information transmitted is intended only for the person or entity to which 
it is addressed

and may contain confidential and/or privileged material. Any review, 
retransmission, dissemination

or other use of, or taking of any action in reliance upon, this information by 
persons or entities

other than the intended recipient is prohibited. If you received this in error, 
please contact the

sender and delete the material from your computer. Thank you.



[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; 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 Coders, may be another solution to consider. 
 
 --- In flexcoders@yahoogroups.com, hgnowhg hgnowhg@ wrote:
 
  thanks. does granite limit the number of concurrent users?
  
  --- In flexcoders@yahoogroups.com, Jeffry Houser jeff@ wrote:
  
   If BlazeDS won't do it; try GraniteDS.  
   
   http://www.graniteds.org/confluence/pages/viewpage.action?pageId=229378
   
   
   
   --- In flexcoders@yahoogroups.com, hgnowhg hgnowhg@ wrote:
   
Are there any open source (i.e. FREE!) server side push services that 
do NOT limit the number of concurrent users? i.e. Blaze is open source 
but limits the number of subscribers. LCDS would be perfect but is 
expensive. All I need is a datagrid that will update w/ new data as 
data gets added to my MySQL server.