You would only want a singleton class if the information being supplied by the web service is the same for everyone.
Having multiple business logic instances created (one per user) isn't (shouldn't be) an issue. That is how web servers are designed to work. Its the same as the server serving up multiple versions of the same web page when a lot of users are viewing the site. Unless your instances take up a lot of memory but thats different issue.
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
rogerg commented: thx, I'll give it a try +0
katherinedamon commented: thku man +0
alokrocks94 commented: what do u mean by single quotes i am not getting can u write the correct syntax for this example? +0
hericles 289 Master Poster Featured Poster
hericles 289 Master Poster Featured Poster
JorgeM commented: simple, yet effective advice! +3
hericles 289 Master Poster Featured Poster