From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id B3921BBAF for ; Mon, 26 Jul 2010 13:20:49 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjYCAHoMTUxDww/ZkWdsb2JhbACDFI9WjQwBAQEBCQsKBxEDH65SO4IQhRiJAgEEBAGBIYMdcwSECA X-IronPort-AV: E=Sophos;i="4.55,261,1278280800"; d="scan'208";a="64414208" Received: from web111515.mail.gq1.yahoo.com ([67.195.15.217]) by mail1-smtp-roc.national.inria.fr with SMTP; 26 Jul 2010 13:20:48 +0200 Received: (qmail 3448 invoked by uid 60001); 26 Jul 2010 11:20:47 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1280143247; bh=JHbKjgzAaRP6O3gy9TAwvTfh2TGwbtJyVMm8192EBd0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2sCltOILfWKpsGd5L3rHt9ywRMkBT2qu5TSGFpHp+drrVdV/SUv9KrDJxuRkJJVDHQJ+XvBUgPM6Us2CDcNceVgqQdJ+cSwGysYOoeX3B4Vl+3EG4VmMGB/Ji3pErfZNMa/c1vWtbK20kOrBb9ltbG9w9GnIwDuoXnd9/fqtf+Q= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=KnBwx+trvul/XXt1q6b+/18zreTwsX1DsLZGlb9QtdqSsWx5HGTrVEq9N6+TRS752yREr32JXFEKrOGU8o6lrFswc7iKHPnfWS9UyS5COZmHdO3cyEIO5AprtODi5utnEXcscfpEPS0qT1LKBaKiC1pP/ljy1nY97CPWnc9Orrg=; Message-ID: <981136.2735.qm@web111515.mail.gq1.yahoo.com> X-YMail-OSG: ipoihcoVM1lNqMVV2nbCIeC0ceS3WXDhfEpPcEPv5FGD1Ak t6G6QSavJm89zq0abV0OJ1.cQse6MEzg7v4Hrqj3050X7PEms9LZnmXhtcYm zd56DfIt3vGpSbczE0jP7paZ0XPK2.aGAWbb59_csFucK1PvP0ZY8kDpc_Tw mQQaTG2nl2efawwtEWHsWIlD.6LEtp0woz0U7ipDjVB74VEYieHBtBl9SosT Wu92130GnH5_SpBJk7dyorjkKD58a_IBgMwbK5KDO8tRo93HTDZOwq1XvZBE W8hGtFVrad7fui44RS5RSpVWxPfPmfMEiV7aeSzFj Received: from [213.205.71.57] by web111515.mail.gq1.yahoo.com via HTTP; Mon, 26 Jul 2010 04:20:46 PDT X-Mailer: YahooMailClassic/11.2.4 YahooMailWebService/0.8.105.277674 Date: Mon, 26 Jul 2010 04:20:46 -0700 (PDT) From: Dario Teixeira Subject: Re: [Caml-list] scalable web apps To: Joel Reymont , Richard Jones Cc: caml-list@yquem.inria.fr In-Reply-To: <20100726073412.GB5833@annexia.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam: no; 0.00; scalable:01 cheers:01 caml-list:01 data:02 dbm:03 apps:04 apps:04 uses:07 i'm:09 wrong:10 maybe:10 versions:11 internally:11 but:14 operations:14 Hi,=0A=0A> > How does Ocsigen handle database operations?=0A> =0A> I though= t it was using PG'OCaml, but maybe I'm wrong.=0A=0AOcsigen itself does not = use PG'OCaml. The two are frequently associated=0Abecause the latest versi= ons of PG'OCaml are Lwt-friendly and therefore=0Aa good choice for Ocsigen = apps. (Note that internally, Ocsigen uses=0Aeither Dbm or Sqlite to store = session data).=0A=0ACheers,=0ADario Teixeira=0A=0A=0A=0A