> I'm rechecking my code... I think that the slow down occurred in the first > test, not the second now, that might be better explained by the fact that I > have to create a user in advance of the actual test..., and then delete it, > and close the socket connection before initiating the second test. >
Davide: Ignore my earlier messages. The problem I encountered here, and with the usergetmproc were both linked to the same cause; I didn't write my asynchronous socket utility to properly interpret the end of message characters. I had assumed that if the command was supposed to issue a list response, I should look for the <CR><LF>.<CR><LF> sequence regardless of whether the response was OK or not. I examined your CtrlClnt source and discovered the error in my thought process. The delay associated with that command was caused by a built-in timeout feature I use to prevent my sockets from running on endlessly. I reran my series of 22 unit tests which involve a continual stream of user creation/deletion, alias creation/deletions, etc. and they all completed in 3.5 seconds... XMail performance appears to be quite good! well, on to the remaining 60 tests... - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
