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
Ryan Minor
NA
12
0
static methods and sessions
Nov 12 2009 8:03 AM
Hi there If you use WCF and set the host to create sessions, I am wondering what happens when two sessions simultaneously use a static method? for example, if session A calls static dosomething which creates, for example, an SQL string, and then session B calls it, is session B blocked until A finishes? or can session B corrupt A's data? What if the method is not static, but there is only one object to use (a singleton)? Is it any different? Thanks
Reply
Answers (
1
)
Store/manipulate WCF config settings in SQL Server?
Thread.Abort in WCF Service hosted on WAS restarting Service