chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] rails-like framework


From: Shawn Rutledge
Subject: Re: [Chicken-users] rails-like framework
Date: Sun, 23 Apr 2006 12:23:09 -0700

> > > For Ajax sites, small dynamic requests are the norm and this
> > > scalability is essential.
> >
> > Except that Ajax is not the kind of static HTML content Shawn was talking
> > about.
>
> Yes, but Ajax and more generally dynamic content is _exactly_ what
> Rails is about.  Since that is the topic of this thread, benchmarking
> static data isn't very meaningful.

I think a lot of sites are unnecessarily dynamic these days - news
sites that serve up stories from a database, wikis that do the same,
etc.  And anytime you are using a database table just to map one key
to one value, the same thing could be more efficiently done in the
filesystem, especially nowadays when filesystem optimization is
getting some attention.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]