Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 96726 invoked from network); 16 Jul 2009 07:39:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jul 2009 07:39:04 -0000 Received: (qmail 90765 invoked by uid 500); 16 Jul 2009 07:40:09 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 90721 invoked by uid 500); 16 Jul 2009 07:40:09 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 90711 invoked by uid 99); 16 Jul 2009 07:40:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 07:40:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vdichev@gmail.com designates 209.85.218.224 as permitted sender) Received: from [209.85.218.224] (HELO mail-bw0-f224.google.com) (209.85.218.224) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 07:40:00 +0000 Received: by bwz24 with SMTP id 24so4027018bwz.12 for ; Thu, 16 Jul 2009 00:39:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=VCV19jC8mp3lgGVl/NjzG9mfFPVEVuP5Zaxud0t2Zfo=; b=A3ygZdZmD/vMJBed2kyFkBCEBwGN4irXGf2SQGg9Xd8NudB/ZSDidrovFuMdUl3xtV e/yG5B5PLxP5rS+WNQ3fkXU+Ji2rQA36VhN15CY92ms/5Io9Qnuqp+Y4kMIRzIUCi1Kw KgUZUpSOmLOh3rq68Hkd55RY8FxP7d3U/XSo8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=WiuV50wRNov/KfPn81w8YN12Y6otrpiN7rqQhV+80kdoILV7Au3bv+xHQvzEIi5X9M 1REy/9514Vm4TY2mNEWMsA9CP+FWNaq2hRIT0dVdLaLtJCefZihfLInYsmWB7KXp7UDS MgQ0YmU2OrbeyavnKFPBihonlLRJ/GCJRGVjo= MIME-Version: 1.0 Sender: vdichev@gmail.com Received: by 10.204.103.145 with SMTP id k17mr8435162bko.10.1247729979929; Thu, 16 Jul 2009 00:39:39 -0700 (PDT) In-Reply-To: <8d32b3490907151011y2fbd749cy8fe2b9cdec671512@mail.gmail.com> References: <8d32b3490907141705g5cb3c6eh477cedb7a615aed0@mail.gmail.com> <960ac33e0907150013g6d224199pf1f218dd27440e27@mail.gmail.com> <8d32b3490907151011y2fbd749cy8fe2b9cdec671512@mail.gmail.com> Date: Thu, 16 Jul 2009 10:39:39 +0300 X-Google-Sender-Auth: f51f3540bdabe228 Message-ID: Subject: Re: Is anyone going to the BASE meeting at LinkedIn tonight? From: Vassil Dichev To: esme-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > I went and it was pretty good, although the traffic getting there was > horrible. Yes, I saw Michael there but didn't ask him because I didn't think > he was part of ESME because I haven't seen his email or name on the list or > JIRA. Its fine, is just sometimes nice to speak and ask questions face to > face when the opportunity arises. Surprisingly, there are places other than San Francisco where people work with Scala ;-) The ESME team, though small, is spread around the world. > I only wanted to go over a couple of things. There are almost no comments in > the source and stepping though multi threaded apps with a debugger isn't too > easy. Picking the best spots to gather stats without peppering the whole > codebase has been a bit challenging because there is so much recursive-like > ( I know that is a bad description ) message passing and no comments to > indicate how classes/methods/traits etc. should and are being used. However, > I am coming along and have some code written. I will be uploading it soon. I > keep getting sidetracked with work emergencies. As soon as we have something decent to show with ESME, I'll focus on documentation- I promise. I'm almost finished with the feature set I personally want to see in the upcoming (hopefully soon) release.