Posted By:
John_Zukowski
Posted On:
Saturday, September 15, 2001 11:07 PM
POP only supports access from a single client at a time. Threading in JSP can be tricky in a way, as you must return the generated page. Do you really want to wait until the mailbox is available again before the page finishes generating? How to work with threads is already covered in the Threads FAQ.