Re: [flexcoders] Web Services vs. WebOrb

2007-03-08 Thread Clint Modien

RemoteObjects are faster.

http://www.themidnightcoders.com/blog/2007/03/flex-remoteobject-vs-webservice.html


On 3/7/07, softwarecat [EMAIL PROTECTED] wrote:


  I am hoping someone can offer some information on the benefits to the
different approaches. Web Services vs WebOrb/AMFPHP etc.

We are building a subscription database that imports and deals with an
extremely large set of data. It may be reasonable to expect that there
may be 500 users on accessing analyzing data all at one time. What is
the best model to use in a data intense situation such as this.

Currently, but it's not too late to change:

Flex
WebOrb
PHP
MySQL

Thanks for any insight you can share.

 



Re: [flexcoders] Web Services vs. WebOrb

2007-03-08 Thread Someguy Somewhere
Thank you, this was exactly what I was looking for.  Very helpful!
  

Clint Modien [EMAIL PROTECTED] wrote:
  RemoteObjects are faster.

http://www.themidnightcoders.com/blog/2007/03/flex-remoteobject-vs-webservice.html


  On 3/7/07, softwarecat [EMAIL PROTECTED] wrote:I am hoping 
someone can offer some information on the benefits to the 
different approaches. Web Services vs WebOrb/AMFPHP etc.

We are building a subscription database that imports and deals with an 
extremely large set of data. It may be reasonable to expect that there 
may be 500 users on accessing analyzing data all at one time. What is 
the best model to use in a data intense situation such as this.

Currently, but it's not too late to change:

Flex
WebOrb
PHP
MySQL

Thanks for any insight you can share.








  

 

 
-
 Get your own web address.
 Have a HUGE year through Yahoo! Small Business.

[flexcoders] Web Services vs. WebOrb

2007-03-07 Thread softwarecat
I am hoping someone can offer some information on the benefits to the 
different approaches.  Web Services vs WebOrb/AMFPHP etc.

We are building a subscription database that imports and deals with an 
extremely large set of data.  It may be reasonable to expect that there 
may be 500 users on accessing analyzing data all at one time.  What is 
the best model to use in a data intense situation such as this.

Currently, but it's not too late to change:

Flex
WebOrb
PHP
MySQL

Thanks for any insight you can share.