How does Threading works

  • Thread starter Thread starter michi
  • Start date Start date
M

michi

Hello

I right now I am programming a web application.

Im my application I am using DB Access, SMTP Mail etc.

If I have access from more than one person, I have to be sure that
certain things are processed before I can allow a user access the DB
or send a mail...etc...etc..

Where can I get information about asp.net multiple access,locking

Do I have to know about threading ?

Thanks for your information

Michael
 
Back
Top