Hi All, Can anyone tell me a basic question regarding servlet? I have written a servlet to access a database, some files (using just FileReader or BufferedReader class) and each of the servlet session (means the servlet output for each user will be different, there is a login/password session and then it enters into the main application) will access those. Now my question is...should I have to do Multi- threading for each of the session or all the servlet sessions will run differently? Can the different sessions access the data in the file/database separately? This is very basic, I know, but I want to know it to design my application again. Thanking all of you... Sandip ___________________________________________________________________________ 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