There is a brief introduction you may want to read:

http://www-4.ibm.com/software/developer/library/multithreading.html

Then follow links, etc...

laszlo

Vaijayanthi Kolli wrote:
>
> Hi everybody,
>      I am developing a website involving sevlets and an access database.The
> UI is created using HTML.
>   I want it to have multiuser access.
>    I have tried implementing singlethread model.In this case,if 2 users try
> to enter info at the same time,only the info of the user who has entered
> later is inserted into the database, twice.
>    I am new to Java and would like your suggestion in this regard.
>    Thanks in advance.
>
> Vaijayanthi.
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to