Category Archives: soa

Web Service Performance Tips

Prefer coarse grained operations Prefer asynchronous messaging Use caching when feasible Cache data on client side whenever possible while still ensuring up-to-dateness with server Cache WSDL Cache schemas Cache session state for transactional ws Disable non essential XML parser functionalities … Continue reading

Posted in soa | Leave a comment