comp.lang.ada
 help / color / mirror / Atom feed
From: Pascal Obry <p.obry@wanadoo.fr>
Subject: Re: web scripting
Date: 17 May 2003 21:06:40 +0200
Date: 2003-05-17T19:06:50+00:00	[thread overview]
Message-ID: <uiss92y0v.fsf@wanadoo.fr> (raw)
In-Reply-To: 3ec6817b$1@news.wineasy.se


"Tarjei T. Jensen" <tarjei.jensen@akerkvaerner.com> writes:

> "tmoran@acm.org" wrote :
> > >What you want is a web server which loads "scripts" as dynamic link
> >   A web server is just a program.  If you want it to run code that changes
> > on the fly, without a restart, then yes, you need to use dynamic loading,
> > or interpretation, or CGI, or Annex E or something.  If you know what it
> > should do and that doesn't change dramatically or frequently, you can code
> > the whole thing in Ada and recompile the whole thing as necessary.  That
> > also of course has security advantages.
> 
> The main problem is most likely to be errant dll-code. I assume that all
> loadable modules would be kept in a secure place.

Something strange here. Why do you want scripting on the server side ? It
will just slow down the server with no gain at all!

> > >It could be,  if you don't forget that it is a scripting language and not
> >   As has been pointed out, Ada is perfectly fine for CGI, and it can
> > also be used for dll's or with the Distributed Annex.  Those all give you
> > dynamic loading.  So the real question is whether you need a new
> > application-specific language for the kinds of programs you intend
> > to write in this scripting language.
> 
> cgi is not terribly hot with regards to performance.

Indeed. CGI also introduces security problems.

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|         http://perso.wanadoo.fr/pascal.obry
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595



  reply	other threads:[~2003-05-17 19:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-16 21:42 web scripting Robert Stuckart
2003-05-17  1:22 ` Dale Stanbrough
2003-05-17  1:37   ` Robert Stuckart
2003-05-17  4:02     ` Dale Stanbrough
2003-05-17  7:18 ` Pascal Obry
2003-05-17 14:53 ` Tarjei T. Jensen
2003-05-17 17:19   ` tmoran
2003-05-17 18:37     ` Tarjei T. Jensen
2003-05-17 19:06       ` Pascal Obry [this message]
2003-05-18  8:08         ` Tarjei T. Jensen
2003-05-18  9:03           ` Pascal Obry
2003-05-19 15:23       ` Georg Bauhaus
2003-05-22 10:11         ` Tarjei T. Jensen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox