Search found 3 matches

by hgison
Sun May 09, 2010 8:25 pm
Forum: PHP - Code
Topic: Any idea to handle volume records?
Replies: 5
Views: 148

Re: Any idea to handle volume records?

yup, is it possible not return thousands records at once?
or measure the records volume, if its is more than 10 thousands records then pop up a waring window while user submit the request
by hgison
Wed May 05, 2010 8:32 pm
Forum: PHP - Code
Topic: Any idea to handle volume records?
Replies: 5
Views: 148

Re: Any idea to handle volume records?

yea.... cause sometimes more than thousands records will return to user, it make the browser hang few minutes.
Generally, how we handle this problem?
by hgison
Mon May 03, 2010 8:38 pm
Forum: PHP - Code
Topic: Any idea to handle volume records?
Replies: 5
Views: 148

Any idea to handle volume records?

Dears,

I'm a beginner of PHP.
As we know, if the browsers receive volume amount of records will cause poor performance.
Do we have any tips to handle volume records?

thanks,
hgison