Which is Optimal
K R Viju <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <01b701c3318c$fd24b690$6d00a8c0@viju> |
This is my scene. I have around 1, 000, 000 products in database. In my front end, user can select products by clicking a button. once user clicks the button i have to show him all the products from the database, as a popup. Now to show all 1, 000, 000 products, system hangs, responds after 5 minutes. How can i show all products without much overhead. will XML do any good. Vj