Re: Re: looking for a secure - Mailing list pgsql-general

From wsheldah@lexmark.com
Subject Re: Re: looking for a secure
Date
Msg-id 200107312025.QAA28517@interlock2.lexmark.com
Whole thread Raw
In response to looking for a secure  (Fran Fabrizio <ffabrizio@mmrd.com>)
List pgsql-general

And why don't you have the luxury of using Perl?  If it has to be C, I think
there's a tool or two for converting Perl code to C that might be helpful....

I can understand not wanting to make it web based if there's no human
interaction.  Perl can talk directly to the database too...

Wes




Fran Fabrizio <ffabrizio%mmrd.com@interlock.lexmark.com> on 07/31/2001 03:43:51
PM

To:   Svenne Krap <usenet%krap.dk@interlock.lexmark.com>
cc:   pgsql-general%postgresql.org@interlock.lexmark.com (bcc: Wesley
      Sheldahl/Lex/Lexmark)
Subject:  Re: [GENERAL] Re: looking for a secure


> You wrote you needed a C-program, what's wrong with making it all
> webbased.

The problem (not really a problem but the issue) is that the client end is
a computer, not a human, so you'd still need some program to talk to the
web interface.  Since we don't have the luxury of something like Perl and
it's LWP libraries (that make it easy to write web clients), we'd still
need to write a web client in C.  Certainly quite possible, but not my
favorite choice (see my other responses for why I think in general a web
app might not be best).




---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org





pgsql-general by date:

Previous
From: wsheldah@lexmark.com
Date:
Subject: Re: Unexpected *ABORT STATE*
Next
From: Fran Fabrizio
Date:
Subject: Re: Re: looking for a secure