Re: [fpc-pascal] REQ: official FPC's FCGI framework

2009-02-11 Thread Bee
http://cryp.to/publications/fastcgi/ I found the article shows very good reasons why we should start to work in or support FCGI instead of plain CGI. ;) While I'm using ExtPascal's FCGI, I can debug my FCGI app (using Lazarus) as if it's a normal desktop application. Something that I couldn't

Re: [fpc-pascal] documentation for file handling, reset, rewrite, errors?

2009-02-11 Thread Ken G. Brown
Thx! At 9:37 AM +0100 2/11/09, Michael Van Canneyt apparently wrote: >On Tue, 10 Feb 2009, Ken G. Brown wrote: > >> I cannot seem to find the good docs for the file handling routines assign, >> rewrite and reset in the pdf's that came with fpc-2.2.2. Where might the >> best ones be? >> I have: >

Re: [fpc-pascal] Origin of FPC features

2009-02-11 Thread Florian Klaempfl
OCTAGRAM schrieb: >>> Assembler integration UCSD? Turbo?AT&T and Intel > Should it be considered as idea? > >>> External references UCSD? Turbo?- > This one as well. A very basic feature. > >>> Operator overloadingPascal-XSC - >> Ideas from C++ > C++ originated

Re: [fpc-pascal] Origin of FPC features

2009-02-11 Thread OCTAGRAM
>> Assembler integrationUCSD? Turbo?AT&T and Intel Should it be considered as idea? >> External references UCSD? Turbo?- This one as well. A very basic feature. >> Operator overloading Pascal-XSC - >Ideas from C++ C++ originated in 1991 or so. Operator overloading w

Re: [fpc-pascal] REQ: official FPC's FCGI framework

2009-02-11 Thread Bee
I see no reason why this could not be done. Will you coordinate the efforts? I'd like to help, especially on testing and bug fixing. But I don't think I have enough knowledge about threading and FCGI internal work. I need people who have the expertise on those 2 fields to do the initial work.

Re: [fpc-pascal] Origin of FPC features

2009-02-11 Thread leledumbo
I see there are quite a lot of differences from my guessing, I'll fix them up. When I have time, I'll also add it to the wiki. Thanks for all your replies. -- View this message in context: http://www.nabble.com/Origin-of-FPC-features-tp21927731p21951053.html Sent from the Free Pascal - General m

Re: [fpc-pascal] REQ: official FPC's FCGI framework

2009-02-11 Thread Michael Van Canneyt
On Wed, 11 Feb 2009, Bee wrote: > Hi all, > > FPC has pretty usable support for web based development. Currently FPC > supports it through CGI and Apache module. IMO, there's one more support that > should be added officially: FastCGI. The initial work has been done by > ExtPascal project. But,

[fpc-pascal] REQ: official FPC's FCGI framework

2009-02-11 Thread Bee
Hi all, FPC has pretty usable support for web based development. Currently FPC supports it through CGI and Apache module. IMO, there's one more support that should be added officially: FastCGI. The initial work has been done by ExtPascal project. But, somehow I found it a bit problematic if it

Re: [fpc-pascal] documentation for file handling, reset, rewrite, errors?

2009-02-11 Thread Michael Van Canneyt
On Tue, 10 Feb 2009, Ken G. Brown wrote: > I cannot seem to find the good docs for the file handling routines assign, > rewrite and reset in the pdf's that came with fpc-2.2.2. Where might the best > ones be? > I have: > User's Manual.pdf > Units Reference Guide.pdf Normally, the routines are