Link to home
Start Free TrialLog in
Avatar of mayank_negi
mayank_negiFlag for India

asked on

Framework for data related services

I am searching a framework for data services. Site will be accessed mainly through Ajax and WebService calls.

Programming Language is no limitation. The only requirement for the framework is that is has to be Lightning Fast.

Please suggest me something?
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

If your framework needs to be fast and needs to be responsive to Ajax calls you have a bit of a contradiction in terms.  Ajax runs at the speed of the client browser, so the speed is out of your control.   Any server-side technology can be fast on that end of things.  Both Yahoo and Facebook are PHP machines.  Other technologies include Java (not JavaScript) and CFM, however Coldfusion is less popular than it once was.  There are more.  A lot of the answer depends on the way your data base is structured.
Avatar of mayank_negi

ASKER

Thanks Ray for the insight.

Data will cached, most probably using Lucene. The confusion in terms of settling on a framework has been caused by the overheads that framework have. I would not like the framework to become a bottleneck as every millisecond counts when waiting for an ajax response.

I would help if you could suggest a couple of frameworks worth evaluating.

Regards,
Mayank


ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial