Dear Enrico,
Ok, I understand
Yes, basically they are the same, but modharbour CGI provides a set of functions that easy the work very much:
https://github.com/FiveTechSoft/mod_harbour/wiki
Please review the functions and classes.
The wiki may be not completed, so we should scan modharbour sources and see what functions are not documented yet.
modharbour has from "sessions" to automatic cookies management, it provides as hashes the "GET" and "POST" pairs, many things
that really easy the web development work
It has the experience as almost three years working and learning with mod_harbour
Harbour CGI
- Antonio Linares
- Site Admin
- Posts: 42723
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 93 times
- Been thanked: 106 times
- Contact:
- Enrico Maria Giordano
- Posts: 8775
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 7 times
- Contact:
Re: Harbour CGI
Antonio Linares wrote:Dear Enrico,
Ok, I understand
Yes, basically they are the same, but modharbour CGI provides a set of functions that easy the work very much:
Thank you.
- Otto
- Posts: 6418
- Joined: Fri Oct 07, 2005 7:07 pm
- Has thanked: 43 times
- Been thanked: 2 times
- Contact:
Re: Harbour CGI
Dear Antonio,
I copied my harbourWriter project from htdocs (modharbour) into the cgi-bin folder and start my programme with the mod-cgi version.
Everything works without a single change.
The application runs as fast as an arrow.
Best regards,
Otto

I copied my harbourWriter project from htdocs (modharbour) into the cgi-bin folder and start my programme with the mod-cgi version.
Everything works without a single change.
The application runs as fast as an arrow.
Best regards,
Otto

********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Antonio Linares
- Site Admin
- Posts: 42723
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 93 times
- Been thanked: 106 times
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42723
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 93 times
- Been thanked: 106 times
- Contact:
Re: Harbour CGI
Cristobal reached to the conclusion that if you generate your screens from the PRGs instead of reading them from external files,
that you could also save that time and speed it up the web app
Along these three years using mod_harbour we have been learning and improving...
The same applies to your PRGs. If you place them inside the modharbour.exe, then there is no need to read, compile, etc. The code is simply executed and this also speeds up the app very much.
thats why after these years I have to admit the facts: mod_harbour cgi runs extremelly well
that you could also save that time and speed it up the web app

Along these three years using mod_harbour we have been learning and improving...
The same applies to your PRGs. If you place them inside the modharbour.exe, then there is no need to read, compile, etc. The code is simply executed and this also speeds up the app very much.
thats why after these years I have to admit the facts: mod_harbour cgi runs extremelly well
