Troubleshooting your WCF Web Apis with AppFabric
Posted by: Pablo M. Cibraro (aka Cibrax),
on 23 Mar 2011 |
View original | Bookmarked: 0 time(s)
In this last post, I showed how the new WCF Web Apis could be integrated with AppFabric for pushing custom events to the AppFabric tracking database. A great thing about the monitoring infrastructure in AppFabric is that is uses ETW as mechanism for publishing the events, so your services are not hitting the database directly with all the performance penalties that database calls imply. If you look at how the monitoring database for AppFabric is implemented in SQL server, there is a...