1. For a Delphi-like solution you may want to check out the FreePascal
Lazarus project (www.lazarus.freepascal.org) - I think it allows you to
create CGI programs in Pacal and might therefore be a good leadup to
Kylix...

2. If you want to do it in ASP, you may also want to consider InstantASP
(www.instantasp.com) over Chilli!ASP since it is far more cost effective
than Chilli!ASP afaik (runs as a Java servlet).

3. And depending on what you want to do, there is always good old PHP
(www.php.net) - used on a million-plus servers now with heaps of help
everywhere (works really well with MySQL) and runs on Linux and Win32...
(and there is also JSP, but not as popular yet).

HTH
Xander

----- Original Message -----
From: Nic Wise <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Sent: Tuesday, May 02, 2000 11:40 AM
Subject: RE: [DUG]: Web server apps with Linux


> You have to be joking :)
>
> Basically, 99% of MS code will not work on Linux without Wine, which is
not
> 'production' stable AFAIK.
>
> ActiveX is very entrenched in Windows - there are a few DCOM products for
> Unix, but most of them are DCOM-CORBA bridges.
>
> If you want your code to run under Linux, especially apache, try the
> following:
>
> 1) Get Chilli!ASP fi you are using ASP.
> 2) Use Java and JSP (you can run it on "any" platform then)
> 3) Wait for Kylix.
> 4) write it all in C/C++ (ouch), or Perl (ouch-er)
>
> Until Kylix comes out, WebModules and MIDAS will not work - ISAPI's will
> never work under Linux 'cos there is no IIS (you write apache DSO's
instead,
> which the marketing in the US seam to be sure that Kylix will support....)
>
> N
> --
> Nic Wise - 021.676.418 / [EMAIL PROTECTED] / Inprise/Borland New Zealand
> Is it not a foolish man, said little Woo, who keeps all his chickens in
his
> trousers?
> For at best, will he not suffocate his chickens, and, and worst, will he
not
> disappoint the ladies in the village?  --Alexi Sayle
>
>
>
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> > Behalf Of Paul Lowman
> > Sent: Tuesday, 2 May 2000 11:34
> > To: Multiple recipients of list delphi
> > Subject: Re: [DUG]: Web server apps with Linux
> >
> >
> > How about ActiveX ?
> >
> > Paul Lowman
> >
> >
> >
> > ------------------------------------------------------------------
> > ---------
> >     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> >                   Website: http://www.delphi.org.nz
> >
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
>
>


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to