TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mohit ranjan
NA
51
0
wcf feed one request at a time
Feb 13 2013 5:24 AM
hi,
i am using
[ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Single)] in my WCF code
i want to know what will happen when 15 request send at a time to WCF Secrvice
thus the above code queue my 15 request and feed the request one at a time
Reply
Answers (
1
)
When we use Fault contact in WCF?
Return Json object from WCF