Re: [fpc-pascal] Re: [Bulk] Re: Namespaces Support

2013-11-01 Thread Dmitry Boyarintsev
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

Re: [fpc-pascal] Over-zealous Warning about dynamic string initialization

2013-11-01 Thread Dmitry Boyarintsev
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

Re: [fpc-pascal] Over-zealous Warning about dynamic string initialization

2013-11-01 Thread Jonas Maebe
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

Re: [fpc-pascal] Powtils: lightwebserver, lightwebserver2 or lightwebserver3?

2013-11-01 Thread Juha Manninen
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

Re: [fpc-pascal] Over-zealous Warning about dynamic string initialization

2013-11-01 Thread Michael Van Canneyt
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

[fpc-pascal] Over-zealous Warning about dynamic string initialization

2013-11-01 Thread Howard Page-Clark
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

Re: [fpc-pascal] Powtils: lightwebserver, lightwebserver2 or lightwebserver3?

2013-11-01 Thread silvioprog
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 >>>

Re: [fpc-pascal] Powtils: lightwebserver, lightwebserver2 or lightwebserver3?

2013-11-01 Thread 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 etc). I must agree with Michael, fphttpserver is a

Re: [fpc-pascal] Re: SqlDB fails under Windows to create a newFirebirddatabase

2013-11-01 Thread Graeme Geldenhuys
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

Re: [fpc-pascal] Powtils: lightwebserver, lightwebserver2 or lightwebserver3?

2013-11-01 Thread Graeme Geldenhuys
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