Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 34660 invoked from network); 12 Nov 2009 17:49:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Nov 2009 17:49:49 -0000 Received: (qmail 23939 invoked by uid 500); 12 Nov 2009 17:49:48 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 23850 invoked by uid 500); 12 Nov 2009 17:49:48 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 23840 invoked by uid 99); 12 Nov 2009 17:49:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Nov 2009 17:49:48 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nrstott@gmail.com designates 209.85.220.220 as permitted sender) Received: from [209.85.220.220] (HELO mail-fx0-f220.google.com) (209.85.220.220) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Nov 2009 17:49:37 +0000 Received: by fxm20 with SMTP id 20so2626768fxm.35 for ; Thu, 12 Nov 2009 09:49:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=po4xhiO9wGnU9my1Vm+5/7kzsR9kUyZCMno/YtiBQjE=; b=J34O0GtPNoZtjrYf2Hh/Jlf4dSlFm+SxO87WPyihr6G2HKl/hNQ9fH07XMN5wgUf6W NbSvY9WLS7GkZOu5ZuNKGmx9sz858fI/Evwwup2e8BMIIBwnTuqfRS45EZbKd8pAnE9P lheyY+FKk7Kyn/deBGTmGWmzC84nnzwqHFY8U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=C7wb5ynvTnlRkXcYk/oydRoA/J1QMOUoS/9QWvmEknI94ZMAYg4RQI6P9Yc4btlx6b nL17/zmQfEccEFedgx8ooR973h0j9HfhLYEjPunCrnSopJtoVTaA0RmesezVkTp9VUom /czioZtB57FQ+gai7qq41iXZkBUmD5DLhnLho= MIME-Version: 1.0 Received: by 10.204.154.85 with SMTP id n21mr3546111bkw.171.1258048156314; Thu, 12 Nov 2009 09:49:16 -0800 (PST) In-Reply-To: <3B68E8531296AE4B8E3A1B73A628366E1411F9D00E@MCCLANE.eservices.virginia.edu> References: <3B68E8531296AE4B8E3A1B73A628366E1411F9D00E@MCCLANE.eservices.virginia.edu> Date: Thu, 12 Nov 2009 11:49:16 -0600 Message-ID: Subject: Re: Windows service From: Nathan Stott To: dev@couchdb.apache.org Content-Type: multipart/alternative; boundary=0015175d0a3c77ac41047830295a X-Virus-Checked: Checked by ClamAV on apache.org --0015175d0a3c77ac41047830295a Content-Type: text/plain; charset=ISO-8859-1 .NET dependency in the windows world is definitely not bad imo. On Thu, Nov 12, 2009 at 11:11 AM, Brunjes, Lee (lmb7s) wrote: > Hey everyone, > > I was going to ask a quick opinion question to the team, I am a windows > guy, and am running couchdb on win 2k8 server. > > I have taken a few minutes and hacked together a basic service in .net that > move running the couch out of user land. I found that on 2k8 the .net 3 > service ran better than the 2.0 service I started with so I am using that > right now personally the code should work in either version of .net. > > Essentially I run a service that executes the .bat file that Mark Hammond > wrote. It is at present neither pretty to install or tied to a gui of any > type > > I wanted to discuss two things > first is any one else doing something similar? > And second would adding a .net dependency to things be a bad idea in > the long term. > > In the environment I am using .net 3 is installed in the base image. I > talked to Mark Hammond about this a while ago, and he suggested switching > from C# to C++ so I could use the same dependencies as openssl. > > I have not had any time to play with this really since then so prior to > doing any more work I thought I would solicit opinions about the direction I > should be go in. > > The source and all available here: > > http://people.virginia.edu/~lmb7s/couch/CouchDbStarter.zip > Install instructions in the bin/Release directory if you want to try it > out. > > -Lee > > > > > --0015175d0a3c77ac41047830295a--