문제

Hi i am new to the service oriented architecture world. can some one please tell me is too much service creation will slow down the performance of symfony2 framework based project?

도움이 되었습니까?

해결책

Hi i found one solution to over come when we require too many services and if those services is going to slow down your performance than use lazy loading services.

For more reference see this link http://symfony.com/doc/current/components/dependency_injection/lazy_services.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top