hi,

I am using JavaMail and servlets to send and receive email via IMAP.  IMAP
uses file locking to keep the account from being skewed between two
instances.  The
problem I am having is that when two threads access the account at the same
time, I  am having some strange things happen in my code.  Is it possible to
force IMAP to log out after each operation?  Has anyone esle encountered
this problem?  Could this problem be solved by switching to POP?  Is there
something I can do involving the servlet itself to prevent this problem?

Duke

___________________________________________________________________________
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