no PHP on the APACHE web server

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 21 times
Been thanked: 2 times
Contact:

no PHP on the APACHE web server

Post by Otto »

Hwello fireinds,
Do we have to install PHP on the APACHE web server for mod harbor to work?
I think a system without PHP and only mod harbor on the backend is more secure.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 42508
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 30 times
Been thanked: 72 times
Contact:

Re: no PHP on the APACHE web server

Post by Antonio Linares »

Dear Otto,

We don't need to install PHP to use mod_harbour

mod_harbour is pure Harbour and it is all that we need :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 21 times
Been thanked: 2 times
Contact:

Re: no PHP on the APACHE web server

Post by Otto »

Dear Antonio,
do you have a stress test program for mod harbour and DBF?

Thank you in advance
Otto


Image
Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 42508
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 30 times
Been thanked: 72 times
Contact:

Re: no PHP on the APACHE web server

Post by Antonio Linares »

Dear Otto,

We use Apache's ab.exe (Apache Benchmark) to stress mod_harbour and see how it behaves.

This is an example:
apache_folder_bin\ab.exe -n 100 -c 10 your_url_modharbour_webapp

Regarding executing multi threaded Harbour code, mod_harbour uses a timeout for each thread so if it waits
longer than expected, mod_harbour kills such thread
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 21 times
Been thanked: 2 times
Contact:

Re: no PHP on the APACHE web server

Post by Otto »

Dear Antonio,
Thank you.
I think what Ruby means is that maybe DBF is incapable to handle many requests.
I never made such an experience. Important you know how to work with DBF. But that is valid for everything.
For my purpose, DBF is best.
Maybe you can tell us about the limits of DBF.

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 42508
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 30 times
Been thanked: 72 times
Contact:

Re: no PHP on the APACHE web server

Post by Antonio Linares »

Dear Otto,

DBFs accesses on the web are managed by Harbour (and mod_harbour) the same way as on a LAN (shared access and record locking, unlocking)

So we have the same limitations that we have on a desktop EXE working on a LAN regarding the use of DBFs: almost none :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 21 times
Been thanked: 2 times
Contact:

Re: no PHP on the APACHE web server

Post by Otto »

Dear Antonio,
Thank you. As you know, WINHOTEL is always installed on a Remote Server. This way we have no problems with LAN as we access locally.
The same as a standalone desktop program.
Same with mod harbour. If you have your DBF files stored on the mod harbour server, all is locally.

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Post Reply