From: | Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com> |
---|---|
To: | Gevik Babakhani <pgdev(at)xs4all(dot)nl> |
Cc: | 'PGSQL Hackers' <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL future ideas |
Date: | 2008-09-23 19:10:55 |
Message-ID: | 48D93F3F.4030905@cheapcomplexdevices.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Gevik Babakhani wrote:
> Has there been any idea to port PG to a more modern programming language
> like C++? Of course there are some minor obstacles like a new OO design,
> this being a gigantic task to perform and rewriting almost everything etc...
> I am very interested to hear your opinion.
Gevik, of course you're free to fork the project and try this yourself.
I'd caution you that neither OO nor C++ are particularly "modern"
(Stroustrup's objects-on-C work dates back to the 1970's). And that
of the OO languages, C++ is one of the worst in terms of OO capabilities.
If your theory favoring a "modern" language is thinking that this'll
give you efficiencies (either in development time or runtime), you
might consider Erlang instead. It's Functional and Concurrency and
Fault Tolerance oriented features would IMHO be more useful for large
reliable servers than anything C++ has to offer.
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2008-09-23 19:12:46 | Re: [GENERAL] 8.3.4 rpms for Opensuse10.3 64bit |
Previous Message | Devrim GÜNDÜZ | 2008-09-23 18:05:12 | Re: [GENERAL] 8.3.4 rpms for Opensuse10.3 64bit |
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua Drake | 2008-09-23 19:43:20 | Re: parallel pg_restore |
Previous Message | Simon Riggs | 2008-09-23 18:15:34 | Hot Standby Design |