[fpc-pascal] Browser and exe

Marcos Douglas B. Santos md at delfire.net
Wed May 24 19:36:41 CEST 2017


On Wed, May 24, 2017 at 11:07 AM, Graeme Geldenhuys
<mailinglists at geldenhuys.co.uk> wrote:
> n 2017-05-24 14:52, Marcos Douglas B. Santos wrote:
>>
>> What do you propose to use to make an embedded HTTP server nowadays?
>
>
> I really like Indy components. They are complete and well tested for over a
> decade. There support is fantastic too, and you have tons of resources
> available on the internet. So this is my first choice.
>
> Synpase is okay, but they leave a lot of implementation up to you. In
> comparison, Indy supplies every TCP protocol under the sun with client and
> server components.
>
> I've never had the chance to use the FPC included HTTP server component, but
> if Michael van Canneyt wrote it, it should be good and well tested.

I've searched the code and don't know whether that I found is the
official or the more updated repository.
So, I found this http://www.indyproject.org/Sockets/Download/svn.EN.aspx
If I understood right, the good version to use with FPC is 10.  Am I correct?

About your known in this area, because you've already done the same as
I wish to develop, do you have others tips?

For example:
1. Did you have problems with Windows firewall?
2. How did you garantee that others applications aren't being using
the same port as your application to avoind conflicts?
3. How was the best way to start the application as a server and
keeping it alive?

Thanks.

Best regards,
Marcos Douglas



More information about the fpc-pascal mailing list