Technical problem:
* a unit name collision of two independent library code. Either library are
using unit with the same name. The code in the conflicting units is
different. Thus one library should use its own unit, the other should use
its own.
Since FPC allows to specify the search path for the w
On Fri, Nov 1, 2013 at 1:08 PM, Michael Van Canneyt
wrote:
> I recommend against it.
>
> It can bite you in the leg, it has bitten me in the leg several times.
> For instance the result identifier for functions returning ansistring is
> particularly tricky.
I'm wondering if it's a question about
On 01/11/13 17:57, Howard Page-Clark wrote:
var
s:ansistring;
begin
WriteLn('s <',s,'> always seems to be initialized to ');
end.
produces a Warning
Warning: Variable "s" does not seem to be initialized
Can this Warning be disabled for compiler-managed variables?
The point of the
On Fri, Nov 1, 2013 at 6:53 PM, silvioprog wrote:
> Once I did a test and fphttpserver responded to 2000 requests per second. ;)
The speed depends on page contents, too, but anyway that sounds very fast.
Juha
___
fpc-pascal maillist - fpc-pascal@list
On Fri, 1 Nov 2013, Howard Page-Clark wrote:
The following program:
program Project1;
{$mode objfpc}{$H+}
var
s:ansistring;
begin
WriteLn('s <',s,'> always seems to be initialized to ');
end.
produces a Warning
Warning: Variable "s" does not seem to be initialized
Can this Warning
The following program:
program Project1;
{$mode objfpc}{$H+}
var
s:ansistring;
begin
WriteLn('s <',s,'> always seems to be initialized to ');
end.
produces a Warning
Warning: Variable "s" does not seem to be initialized
Can this Warning be disabled for compiler-managed variables?
H
2013/11/1 Michael Van Canneyt
> On Thu, 31 Oct 2013, Juha Manninen wrote:
>
> On Mon, Oct 28, 2013 at 3:22 PM, Graeme Geldenhuys
>> wrote:
>>
>>> Having recently (and currently still) doing extensive work with embedded
>>> HTTP servers, I tested many (Powtils, Indy, tiWebServer, FPC, nYume
>>>
On Thu, 31 Oct 2013, Juha Manninen wrote:
On Mon, Oct 28, 2013 at 3:22 PM, Graeme Geldenhuys
wrote:
Having recently (and currently still) doing extensive work with embedded
HTTP servers, I tested many (Powtils, Indy, tiWebServer, FPC, nYume etc). I
must agree with Michael, fphttpserver is a
On Thursday 31/10/2013 at 15:52, waldo kitty wrote:
can't help but to wonder if it still works as desired in linux... i
know that quotes have different meanings and uses over there...
I was going to test that as soon as I have access to a Linux/FreeBSD
environment again. I'm currently worki
Hi Juha,
On Thursday 31/10/2013 at 21:43, Juha Manninen wrote:
Out of curiosity, how is its performance compared to Indy based web
server.
The Embedded Web Server is only used for a "single user" product,
which learners can buy on a DVD and install at home. So the load on
that web server i
10 matches
Mail list logo