Try using a shared variable (say, a vector, hashtable or a map) instead of
doing a DB read every time.


----- Original Message -----
From: "Naresh Singh Chhonker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 24, 2000 6:34 AM
Subject: help needed


> hai
>      I am having a servlet which has Two Listboxes both list are filled
> from database entries
>      Say one is Group name and second one is project name list box
>
>      And on changing the Group name the releated Project belonging to that
> group will be displayed in project list box
>      for this i fill Group name directly but for each group i am writing
> Java script to fill project list box and working fine
>
> this combination i need many times on many pages , So every time i fill it
> , but reduces performance and takes lot of timeto reply
>
> So please tell me the Solution for that So my perfmonce of system increses
>
> regards
> naresh
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to