Re: How big a web page can be ?
OK, lets see.
Modern web servers have controls in place to detect buffer overflows and DoS attacks. Webservers and also web browsers have a limit on web page size (in terms of MBs). And you can not put this limit to infinite...! Mostly it is few megabytes.
So now if you try to create a huge web page from dynamic contents, say with 1 million entries, you might need more space than a webserver or your web browser can allow. And you get an error message.
So there you have it.... a limit!