If you’d like to download the DAMO 6.5.5 prebeta (the beta is scheduled for release 9/19) and particiapte in the discussion forum, just make an entry in this discussion thread and we’ll see that you get the info necessary.
As my colleague I would also be very interested to test the 6.5.5 beta release. I have been using the 6.5.2. release with great success until now, except for the annoying fact that when I leave Outlook I get a WMS-Idle nwrdaemn.exe application error message. Could you sign me in for the 6.5.5 Beta test?
I would very much like to participate with testing (both for my company and for Lotus). Please send me the necessary information for downloading the beta.
I will start with some Damo testing with some users tomorrow and it would be great to use 6.5.5
Subject: Damo or Microsoft “Add-in Notes Connector”
You should definitely work with DAMO. Make sure you’re getting the latest release, as it has some stellar features.
The MS connector is a joke. I’ve tested it before, and it has one of the most amusing “try to make performance slow on purpose” elements I’ve ever seen.
In Domino, names are typically hierarchical in the x.500 format of “CN=Common Name/OU=Org Unit/O=Organization.” Outlook obviously doesn’t know anything about hierarchical naming structures from Domino, so the developers clearly had to take the incoming “From” string and turn it into something that would make sense displayed in Outlook.
Now, any NORMAL programmer would say "okay, I have to parse this string, and take the contents between the “CN=” and the next “/” But not Microsoft. What they do is run a lookup again the user’s Domino mail server, looking for a match in the Domino Directory. Once this is found, they take the SECOND entry in the FullName field, which in a vanilla Domino installation is typically just the Common Name (though it by no means HAS to be.) They don’t even check to see if the From value was ALREADY just a common name.
So instead of a simple parse operation on a string they’ve already received, the programmers decided to initiate a network transaction against the Domino server using the string as a key, then parse out the array result they get from the server. Can you imagine the additional overhead involved? And, of course, this is done every time you read a message, for everyone on the distribution list (because someone CC’ed on the mail has to show just the common name as well!)
It really is a stunning example of performance sabotage.
Subject: RE: Damo or Microsoft “Add-in Notes Connector”
Thanks a lot for the answer and examples. It seems pretty obvious that the MS implementation is not worth using.
The problem is that we have found Damo to be a little bit unstable and unreliable. For example one user didn’t get the mails that arrived to his account when he closed outlook. When he then opened outlook it only found mail from the time he opened outlook. The mail were marked unread on the server, but was not sent to the client.