[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ossig] Quasar Accounting Software for Linux
Vincent Lee wrote:
>surprisingly, web-based front end is actually faster.. for example, if I were
>to enter a field to look for a customer, there are 10 thousand records, most
>thick client app actually search for all records on each "key stroke", and if
>the user were to use 6 characters to locate the record,
>
>
Not necessarily true. My latest web app searches on key stroke events so
you could have the same problem if problem the problem was not foreseen.
However, if you page your recordset and display, then you'd always be
retrieving only N records at any point. Throw in some intelligence in
your javascript, some caching on the server end (admittedly easier said
than done), compression/decompression and you've eliminated a chunk of
the problem.
I think it boils down to having good use-cases and aggresively testing
the app.
Ditesh
---------------------------------------------------------
To unsubscribe: send mail to ossig-request@mncc.com.my
with "unsubscribe ossig" in the body of the message