Hi.
Is stateless service singletons prefered way of designing service layer ? Problem is that sometime I need some statefull service, but it simply doesn't work since most of my clients demand balancing my web app across multiple servers, thus avoiding single point of failure...
Any suggestions ?
-Vjeran


Reply With Quote