Re: Re: looking for a secure

Поиск
Список
Период
Сортировка
От wsheldah@lexmark.com
Тема Re: Re: looking for a secure
Дата
Msg-id 200107312025.QAA28517@interlock2.lexmark.com
обсуждение исходный текст
Ответ на looking for a secure  (Fran Fabrizio <ffabrizio@mmrd.com>)
Список 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 по дате отправления:

Предыдущее
От: wsheldah@lexmark.com
Дата:
Сообщение: Re: Unexpected *ABORT STATE*
Следующее
От: Fran Fabrizio
Дата:
Сообщение: Re: Re: looking for a secure