Share

nDumbster

Code

Programming Languages: C#

License: Apache License V2.0

Repositories

browse code, statistics cvs -d:pserver:anonymous@ndumbster.cvs.sourceforge.net:/cvsroot/ndumbster login

cvs -z3 -d:pserver:anonymous@ndumbster.cvs.sourceforge.net:/cvsroot/ndumbster co -P modulename

Show:

What's happening?

  • Comment: SmtpServer cannot handle multithreaded clients

    HI all, if we implement the multithreading possibility we should keep in mind, that we need to add a possibility to check, if a new message was received (maybe a delegate). Processing the data within a separate thread doesn't notice the client (in my case a testcase within ReSharper) when the message was processed an the data is available in the ReceivedEmail-array. Regards, Maik.

    2009-11-16 15:56:25 UTC by macgyverx83

  • nDumbster

    akartmann added macgyverx83 to the nDumbster project.

    2009-10-29 22:08:08 UTC by akartmann

  • HandleSmtpTransaction dead locks in .NET 3.51

    I was unit testing SimpleSmtpServer in VS2008 / .NET 3.51 and noticed a socket related bug. Specifically, there is a deadlock bug between the listener thread and the main thread (unit test client in my case). In HandleSmtpTransaction, the code will lock up once the SmtpState changes to QUIT. This is because no more data is available to read form the socket so the read attempt will block and...

    2009-08-19 20:14:46 UTC by nobody

Our Numbers