[fpc-pascal] Re: Embedded web server

2011-02-24 Thread Ben
Op 2011-02-24 17:10, Marcos Douglas het geskryf: > > See the project Aservia, in Powtils' tools > http://powtils.googlecode.com/svn/dev/tools/aservia/ Is powtils still actively being developed? I thought it died out a few years ago - no new releases from Lars, old repository not work etc...Or ma

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Marcos Douglas
On Thu, Feb 24, 2011 at 7:51 PM, Jorge Aldo G. de F. Junior wrote: > whats wrong with that ? > > Powutils is a CGI library > Synapse is a sockets library. > > No contradiction here. I'm sorry, I did not know Powtils. I thought that Synapse was similar to Powtils. > > Well, i am the author of the

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Jorge Aldo G. de F. Junior
whats wrong with that ? Powutils is a CGI library Synapse is a sockets library. No contradiction here. Well, i am the author of the refered software, so i can say. Anyway i already answered your question. 2011/2/24 Marcos Douglas : > On Thu, Feb 24, 2011 at 12:59 PM, Jorge Aldo G. de F. Junior

Re: [fpc-pascal] interested in building a library for functions?

2011-02-24 Thread Juha Manninen
Angel Montesinos kirjoitti torstai 24 helmikuu 2011 20:54:48: > This is a call for people willing to relieve me in the task of > maintaining a library for parsing, evaluating and differentiating real > functions with almost optimal speed and precision without recourse to > using multiprecision real

[fpc-pascal] interested in building a library for functions?

2011-02-24 Thread Angel Montesinos
This is a call for people willing to relieve me in the task of maintaining a library for parsing, evaluating and differentiating real functions with almost optimal speed and precision without recourse to using multiprecision real types. I have it working for years in Windows 32 bits, and I thin

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Marcos Douglas
2011/2/23 Héctor S. Ponce : > Hello, could you please send me information about the web server? link is > broken... > > Thanks > I found the nYume WebServer, see: ftp://jegas.net/archives/coderelated/freepascal/nYume_WebServer/ Marcos Douglas ___ fpc-p

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Marcos Douglas
On Thu, Feb 24, 2011 at 12:59 PM, Jorge Aldo G. de F. Junior wrote: > lightwebserver uses synapse as its socket handling library > lighwebserver uses Synapse and is in Powtils' SVN? Okay... I think. Marcos Douglas ___ fpc-pascal maillist - fpc-pasca

[fpc-pascal] Re: assign code to a method

2011-02-24 Thread Angel Montesinos
The correct statement is therefore: Move(functionCode[1], FBlock^.code^, len); It would also be cleaner to use a dynamic array instead of a string to store arbitrary binary data (in that case, you'd have to use functionCode[0] above though). I have tried yours and other combinations. The fol

Re: [fpc-pascal] Context of TThread.OnTerminate

2011-02-24 Thread Wimpie Nortje
Thanks Mattias and Michael On 2011/02/24 05:51 PM, michael.vancann...@wisa.be wrote: > > > On Thu, 24 Feb 2011, Wimpie Nortje wrote: > >> Hi everybody, >> >> The manual (possibly Delphi one) says that TThread.OnTerminate executes >> in the GUI thread. This is easy if the GUI thread owns the TThrea

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Jorge Aldo G. de F. Junior
lightwebserver uses synapse as its socket handling library 2011/2/24 Marcos Douglas : > On Thu, Feb 24, 2011 at 12:34 PM, Jorge Aldo G. de F. Junior > wrote: >> http://powtils.googlecode.com/svn/dev/tools/lightwebserver/ >> >> lightwebserver is more stable and has all features (Even https) >> >>

Re: [fpc-pascal] Context of TThread.OnTerminate

2011-02-24 Thread michael . vancanneyt
On Thu, 24 Feb 2011, Wimpie Nortje wrote: Hi everybody, The manual (possibly Delphi one) says that TThread.OnTerminate executes in the GUI thread. This is easy if the GUI thread owns the TThread. Suppose the GUI owns a TTHread which owns a subthread. In which context does the subthread's OnT

Re: [fpc-pascal] Context of TThread.OnTerminate

2011-02-24 Thread Mattias Gaertner
On Thu, 24 Feb 2011 15:36:17 +0200 Wimpie Nortje wrote: > Hi everybody, > > The manual (possibly Delphi one) says that TThread.OnTerminate executes > in the GUI thread. This is easy if the GUI thread owns the TThread. > > Suppose the GUI owns a TTHread which owns a subthread. In which context >

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Marcos Douglas
On Thu, Feb 24, 2011 at 12:34 PM, Jorge Aldo G. de F. Junior wrote: > http://powtils.googlecode.com/svn/dev/tools/lightwebserver/ > > lightwebserver is more stable and has all features (Even https) > > its easily expansible. > > theres two versions : the faster threaded and the slower but safer >

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Jorge Aldo G. de F. Junior
http://powtils.googlecode.com/svn/dev/tools/lightwebserver/ lightwebserver is more stable and has all features (Even https) its easily expansible. theres two versions : the faster threaded and the slower but safer forked version (lightwebserver2). the forked version can even plug the powutils d

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Marcos Douglas
2011/2/23 Héctor S. Ponce : > Hello, could you please send me information about the web server? link is > broken... > See the project Aservia, in Powtils' tools http://powtils.googlecode.com/svn/dev/tools/aservia/ It is based on nYume, see : http://free-pascal-general.1045716.n5.nabble.com/Aservia

Re: [fpc-pascal] Embedded web server

2011-02-24 Thread Jorge Aldo G. de F. Junior
in powutils theres a lightwebserver that does almost everything. and you can register your own request handling procedures 2011/2/23 Héctor S. Ponce : > Hello, could you please send me information about the web server? link is > broken... > > Thanks > > > Leonardo M. Ramé Wrote > >>Hi, I need to

[fpc-pascal] Context of TThread.OnTerminate

2011-02-24 Thread Wimpie Nortje
Hi everybody, The manual (possibly Delphi one) says that TThread.OnTerminate executes in the GUI thread. This is easy if the GUI thread owns the TThread. Suppose the GUI owns a TTHread which owns a subthread. In which context does the subthread's OnTerminate execute? Thanks

[fpc-pascal] Embedded web server

2011-02-24 Thread Héctor S . Ponce
Hello, could you please send me information about the web server? link is broken... Thanks Leonardo M. Ramé Wrote >*Hi, I need to create a web app and don't whant to use CGI or Apache *>*modules, in fact I whant to *>*create my own web server that serves only an embedded app. *>* *>*Anyone know