From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.86.59.13 with SMTP id h13cs18271fga; Sun, 21 Feb 2010 09:41:37 -0800 (PST) Received: by 10.229.192.132 with SMTP id dq4mr1599579qcb.30.1266774096302; Sun, 21 Feb 2010 09:41:36 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 7si6977515qwf.24.2010.02.21.09.41.35; Sun, 21 Feb 2010 09:41:36 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id B63C618582FD; Sun, 21 Feb 2010 12:41:35 -0500 (EST) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by rubyforge.org (Postfix) with ESMTP id 8000218582D4 for ; Sun, 21 Feb 2010 12:40:22 -0500 (EST) Received: by ewy4 with SMTP id 4so574016ewy.7 for ; Sun, 21 Feb 2010 09:40:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:notmuch-help :notmuch-help:notmuch-help:notmuch-help:from:subject:to:in-reply-to :references; bh=q3tV76iuMjvLSVtQex7Nu0OCIV3dBWPywV4Z6PIe3MY=; b=skU8A7S0dXlPegYFYrZC2lrkkbeNsQr1A5mb2OMv6zpfMDNI4rTQAgF9gQPf9ZhBEi vgm3E0nDkjJEXpXogQQwlc+xrT7JiHObBb9fTYTI5qJM+Zm+V23S9p7dPtT3TQV76cub VDtia4pqgrgIlOnopryaqYnm2bgjSFafotdHI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:notmuch-help:from:subject:to:in-reply-to:references; b=tdrXOsG3M2ua06bDRXVR9lyx0jFeglsZgLWaLGrpbkH9dCBRMzrLek0QjZWYisYyYP /7XXZr7A9Ic84icr2vuqAYYHWyBIc1+8Md6VjCt2nc9w2xsWCqqqENAOQCFDZGcDo6Ue NWm5sNOAjB/Vme0fFjBNqb+9Nodp4b3gtv6L4= Received: by 10.213.1.148 with SMTP id 20mr3368673ebf.89.1266774021567; Sun, 21 Feb 2010 09:40:21 -0800 (PST) Received: from localhost (ks.feydakins.org [91.121.104.209]) by mx.google.com with ESMTPS id 15sm1626116ewy.4.2010.02.21.09.40.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 21 Feb 2010 09:40:20 -0800 (PST) Message-ID: <4b817004.0f67f10a.39f6.7d86@mx.google.com> Date: Sun, 21 Feb 2010 09:40:20 -0800 (PST) Notmuch-Help: ,a - attach a file Notmuch-Help: ,s - send the message (Notmuch-Help lines will be removed) Notmuch-Help: ,q - abort the message Notmuch-Help: - skip through header lines From: Nicolas Pouillard To: hollunder , sup-talk In-Reply-To: <1266614806-sup-9832@eris> References: <1266533680-sup-7580@sgoldmanlinux.tower-research.com> <1266612722-sup-5668@sgoldmanlinux.tower-research.com> <1266614806-sup-9832@eris> Subject: Re: [sup-talk] Switching to Exchange X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org On Fri, 19 Feb 2010 22:28:59 +0100, hollunder wrote: > Excerpts from Steve Goldman's message of 2010-02-19 21:57:02 +0100: > > Excerpts from Steve Goldman's message of Thu Feb 18 17:56:53 -0500 2010: > > > > > > Hey guys, > > > > > > Thanks for the wild ride, but I need to switch to something more > > > reliable. Not sure if there are incompatibilities with my version of > > > ruby or whatnot, but I'm getting ridiculous CPU usage and random seg > > > faults. It's too much stress for me. And after a crash when I > > > restart, I have a random collection of seventy or so messages in my > > > inbox, even though it was zero when I crashed. > > > > > > This combined with not being able to convert to xapian without a seg > > > fault... > > > > > > Maybe I'll be back some day. > > > > > > Good luck. > > > > In case anyone was worried, I'm back. I took matters into my own > > hand. > > > > Essentially, I was dealing with a slow IMAP server. Since sup doesn't > > cache IMAP messages locally, this gave me huge headaches when trying > > to sync with the server during busy times. > > > > The remedy was to download all the messages off the server into a > > local mbox file and to use fetchmail/procmail to poll for new IMAP > > messages and append them to the mbox file. > > > > As a result, I was able to successfully use sup-sync to build a xapian > > index and everything is lightning fast. Life is good... for now. > > > > Thanks. > > -- > > > > Steve Goldman > > sgoldman@tower-research.com > > > > T: 212.219.6014 > > F: 212.219.6007 > > > > Tower Research Capital, LLC > > 377 Broadway, 11th Fl. > > New York, NY 10013 > > I think most of us just use offlineimap. I don't use offlineimap, I've tried it but it was not reliable enough for my amount of messages. I stick to mpop and mboxes. -- Nicolas Pouillard http://nicolaspouillard.fr _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk