Porting from FrontBase

Started by Martinover 18 years ago4 messagesgeneral
Jump to latest
#1Martin
martin@cornhobble.com

I am looking at porting a web application from FrontBase to
Postgresql. If anybody has some tips on how to deal with
this, I'd appreciate hearing him. Thanks.

#2Guido Neitzer
lists@event-s.net
In reply to: Martin (#1)
Re: Porting from FrontBase

On 29.11.2007, at 12:30, Martin wrote:

I am looking at porting a web application from FrontBase to
Postgresql. If anybody has some tips on how to deal with
this, I'd appreciate hearing him. Thanks.

If it is WebObjects, you can contact me off-list. I've done that for
some of our apps. It's not really hard.

cug

--
http://www.event-s.net

#3David Fetter
david@fetter.org
In reply to: Martin (#1)
Re: Porting from FrontBase

On Thu, Nov 29, 2007 at 07:30:53PM -0000, Martin wrote:

I am looking at porting a web application from FrontBase to
Postgresql. If anybody has some tips on how to deal with
this, I'd appreciate hearing him. Thanks.

FrontBase has a Perl DBI driver
<http://www.frontbase.com/cgi-bin/WebObjects/FrontBase&gt;, so you may be
able to use DBI-Link <http://pgfoundry.org/projects/dbi-link/&gt;.

If you try that approach, let me know how it works out :)

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

#4Martin
martin@cornhobble.com
In reply to: Martin (#1)
Re: Porting from FrontBase

In article <20071129220759.GJ27157@fetter.org>,
David Fetter <david@fetter.org> wrote:

FrontBase has a Perl DBI driver
<http://www.frontbase.com/cgi-bin/WebObjects/FrontBase&gt;, so you may be
able to use DBI-Link <http://pgfoundry.org/projects/dbi-link/&gt;.

If you try that approach, let me know how it works out :)

Thanks, that looks interesting. Even if it doesn't work out for
porting, I will have to play with it. ;)

BTW, I ported a few of the tables and one of the queries. The timing
difference is quite amazing:

FrontBase: 13 seconds
Postgresql: 42 msec

There's a lot of incentive to do the port ;)