I have a servlet which generates notification emails. I don't want them to bog down the server. So I wrote a class that extended a thread to send the email. If I get rid of the extends thread part my email goes out fine. If I have it in there the email never gets sent. Is there some reason why I can'd spawn these simple threads? --Chris ------------------------------------------------------------------------------ Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
