Re: Delphi Socket Servers: If you were shown how, would you?
- From: "Simon Kissel" <kissel@xxxxxxxxxxxxxx>
- Date: Sun, 31 Dec 2006 13:22:24 +0100
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.
The reason there are so few people using Delphi for this simply is lack
of marketing for this option by Borland/CodeGear - well, this and the
fact that hosted servers run Linux, and CodeGear has decided to kill Kylix.
Dedicated Windows servers are uncommon, expensive and a nightmare to maintain.
Simon
.
- Follow-Ups:
- Re: Delphi Socket Servers: If you were shown how, would you?
- From: "roberto _at_ dellapasqua _dot_ com"
- Re: Delphi Socket Servers: If you were shown how, would you?
- From: Dennis Landi
- 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
- 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: Delphi Socket Servers: If you were shown how, would you?
- 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
|