Erlang, Strings, Mnesia?
Shawn Pearce
spearce@REDACTED
Fri Apr 9 02:06:02 CEST 2004
Ulf Wiger <ulf.wiger@REDACTED> wrote:
> >Would Erlang be suitable for a Google type site?
> >An Amazon? An eBay?
>
> Probably no.
It would work well with yaws as the front end, but mnesia would not
be a suitable database. You'd want to build a new database interface
that used pure Erlang code to speak the database's native network
protocol, and connect to a database that had better support for the
types of operations you are doing.
--
Shawn.
More information about the erlang-questions
mailing list