Browse thread
scalable web apps
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Dario Teixeira <darioteixeira@y...> |
| Subject: | Re: [Caml-list] scalable web apps |
Hi,
> > How does Ocsigen handle database operations?
>
> I thought it was using PG'OCaml, but maybe I'm wrong.
Ocsigen itself does not use PG'OCaml. The two are frequently associated
because the latest versions of PG'OCaml are Lwt-friendly and therefore
a good choice for Ocsigen apps. (Note that internally, Ocsigen uses
either Dbm or Sqlite to store session data).
Cheers,
Dario Teixeira