Search found 83 matches: restful

Return to advanced search

Re: webserver using RESTFUL API and responsive

Dear Otto, Each time a CGI is invoked (a CGI is an EXE), the server executes it. Lets imagine 20 users simultaneously invoke the CGI. It is exactly the same as launching 20 EXEs at the same time, in terms of memory consume and loading time. More users will result in more memory and time consume. If ...
by Antonio Linares
Tue Jun 05, 2018 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: webserver using RESTFUL API and responsive
Replies: 26
Views: 7080

Re: webserver using RESTFUL API and responsive

Dear Antonio,
thank you for your answer. Can you please tell me what number a little amount of users is.

Best regards,
Otto
by Otto
Sun Jun 03, 2018 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: webserver using RESTFUL API and responsive
Replies: 26
Views: 7080

Re: webserver using RESTFUL API and responsive

Otto,

FiveWeb uses CGIs. For little amount of users it may be fine but not sure how it may behave for many users.

Can you use CGIs ?
by Antonio Linares
Sun Jun 03, 2018 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webserver using RESTFUL API and responsive
Replies: 26
Views: 7080

webserver using RESTFUL API and responsive

Hello friends, I am working on a new project. An ANDROID APP is posting against a webserver using RESTFUL API. This work is done and fully functional. At the moment the backend is written in SYMFONY. As I read about the “RestFul server with Harbour” I thought if it would ...
by Otto
Fri Jun 01, 2018 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webserver using RESTFUL API and responsive
Replies: 26
Views: 7080

Re: La magia de los Sockets

... de usar la clase sockets, es que va a través de un contexto de ventana, usando la que viene con FW. Mi opinión es que montando un simple servidor restful y peticiones http, es más robusto y más simple que usar sockets, y una razón sencilla es el uso de threads y lo puedes montar como un servicio, ...
by thefull
Wed May 23, 2018 10:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: La magia de los Sockets
Replies: 19
Views: 5045

Re: Ayuda con RESTFULL, Rafa Carmona

... https://medium.com/harbour-magazine/restful-server-with-harbour-575e59335cf7 https://github.com/rafathefull/restful
by cnavarro
Wed Mar 21, 2018 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con RESTFULL, Rafa Carmona (Solucionado)
Replies: 14
Views: 3146

Re: Ayuda con RESTFULL, Rafa Carmona

Cristóbal, para aclarar lo que quiero es probar el servidor ( https://medium.com/harbour-magazine/servidor-restful-con-harbour-935ed2fe8615 ) para las api rest, que Rafa Carmona lo está desarrollando. De momento no quiero consumir aun ninguna API. Es por eso que estoy tratando ...
by sjingo
Tue Mar 20, 2018 5:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con RESTFULL, Rafa Carmona (Solucionado)
Replies: 14
Views: 3146

Re: Ayuda con RESTFULL, Rafa Carmona

... se usa para construir la aplicación, y veo que fue una falla garrafal mía .... originalmente lo tenía así: C:\hb32\contrib\hbhttpd>..\bin\hbmk2 restful.hbm y obtenía el error : El sistema no puede encontrar la ruta especificada. Y me doy cuenta que lo que faltaba era retroceder una carpeta más, ...
by sjingo
Tue Mar 20, 2018 1:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con RESTFULL, Rafa Carmona (Solucionado)
Replies: 14
Views: 3146

Re: Web Service

Darrell, https://github.com/rafathefull/restful https://medium.com/harbour-magazine/restful-server-with-harbour-575e59335cf7 Hi Antonio, Thank you for pointing out Restfull Server. I use your Harbour for msvc2017 build 3.2.0dev (r1703231115) ...
by Horizon
Thu Feb 01, 2018 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Service
Replies: 5
Views: 1797

Re: [HM] Servidor RestFul con Harbour

Pues asi es, un tema muy "calentito" Yo no entiendo como funcionalidad el hecho de que las tareas que se realizan y que son transparentes al usuario, y que como el usuario obtiene lo que requiere, todo vale. Yo también he visto accesos a WS que utilizan REST que usan otros verbos ( estánda...
by cnavarro
Fri Dec 08, 2017 12:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: [HM] Servidor RestFul con Harbour
Replies: 12
Views: 3623

Re: [HM] Servidor RestFul con Harbour

Hola, Intentaré ser lo mas breve que pueda pero son temas que se han de abrir poco a poco por aqui... Siempre he comentado que es un tema apasionante y un debate muy interesante, a la vez muy amplio y a la vez tan complejo como queráis llegar cada uno de vosotros. Podrás leer especificaciones, norma...
by Carles
Fri Dec 08, 2017 9:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: [HM] Servidor RestFul con Harbour
Replies: 12
Views: 3623

Re: [HM] Servidor RestFul con Harbour

Google API utiliza siempre PATCH para indicar Modificación
by cnavarro
Fri Dec 08, 2017 1:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: [HM] Servidor RestFul con Harbour
Replies: 12
Views: 3623

Re: [HM] Servidor RestFul con Harbour

Un detalle fino respecto a las generalidades del REST: El uso de PUT queda en aquellos casos donde enviamos el registro o entidad completo, y PATCH si no incluímos todos los campos. Hace poco hice un curso de Node/Express y Mongo e hicieron hincapié en ese concepto, que las primeras implementaciones...
by Carlos Mora
Thu Dec 07, 2017 8:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: [HM] Servidor RestFul con Harbour
Replies: 12
Views: 3623
PreviousNext

Return to advanced search