Re: Delphi Socket Servers: If you were shown how, would you?
- From: "Dennis Landi" <nada@xxxxxxxx>
- Date: Sun, 31 Dec 2006 18:47:34 +0530
"Simon Kissel" <kissel@xxxxxxxxxxxxxx> wrote in message
news:4597ab5e$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Dennis,
Are there any Delphi Developers with web sites based on pure Delphi
server technology? Any Indy powered sites? RealThinClient sites?
Delphi/Asp.net sites? Kylix? Delphi/ISAPI/WebBroker sites? How about
the good ole original tServerSocket components? How about Eldos'
SecureBlackbox server tech? And I bet I just forgot five other Delphi
technologies out there...
We are doing exactly this for all of our products that need an HTTP/HTTPS
interface - own webserver that's compiled with Delphi for Windows, and
with CrossKylix for Linux.
It's great. It's the best way to create scaling web applications - you
don't waste the server's power with all kinds of module indirections for
each request, and you don't bog down the system with slow server-side
scripting languages, but instead use fast native code.
And therefore design and implementation is SIMPLIFIED.
Both 64-bit issues and Linux issues within Borland/Codegear can only be
fully understood and championed by Server Guys. There aren't any in Borland
Delphi R&D and there never have been; and that's what we've got a bunch of
marketeers chasing Microsoft's tail instead of innovating something of their
own...
In my opinion. <g>
-d
.
- Follow-Ups:
- Re: Delphi Socket Servers: If you were shown how, would you?
- From: I.P. Nichols
- Re: Delphi Socket Servers: If you were shown how, would you?
- References:
- Delphi Socket Servers: If you were shown how, would you?
- From: Dennis Landi
- Re: Delphi Socket Servers: If you were shown how, would you?
- From: Simon Kissel
- Delphi Socket Servers: If you were shown how, would you?
- Prev by Date: Re: Delphi Socket Servers: If you were shown how, would you?
- Next by Date: Re: Is there any hope for Microsoft ?
- Previous by thread: Re: Delphi Socket Servers: If you were shown how, would you?
- Next by thread: Re: Delphi Socket Servers: If you were shown how, would you?
- Index(es):
Relevant Pages
|
|