B
Brian K. Maher
Guest
David, Are you generating one single large proxy? If so, my next question is are you connecting to the appserver is session-free mode? If the answer to that is yes, then you can create multiple proxies and simply pass the same connection object to each proxy’s constructor to get them to all use the same connection pool. Just a thought on another way to reduce generation time. Brian
Continue reading...
Continue reading...