Delays on 10th wcf Service,
I am a new to SL and WCF service, my app scenario is 3 tier, SL Client -> Business WCF -> DAL WCF(Telerik Dataaccess)-> SQL server 2005(SP), on 10th call or so i am getting a delay, to fix it i have checked with following changes1. service throttling - Still delay exists
2. enable logging and tracing in DAL an BL WCF - Able to find a suspend in Activity Boundary in DAL svclog
3. SQL Profiler to find any delay in SQL Process- SP Executes in millisec
4. Checked for Telerik Data Access Reference point correctly -refered correctly
5. more than 10 calls are possible when i am doing a non DB Operation(Reading a PDF File from Network in BL and its working fine)
6. Close the wcf client(using statement in BL is used so it will dispose).
but still the issue presists and DAL and BL was hosted in Remote server, how can i fix this.