[Pywps-dev] [REST] Multiple running server
Calin Ciociu
calin.ciociu at gmail.com
Tue Jul 21 08:23:55 PDT 2015
Hello everyone,
I wanted to know people's opinion on the way I am currently implementing
the REST interface.
Multiple server can be run and managed through the REST interface
although every server runs with a different port.
So in the end there will be multiple servers running like for example:
http://localhost:5001/wps...
http://localhost:5002/wps...
http://localhost:5003/wps...
On top of these a "sever" is already running which is handling REST.
It is currently running on port 5000 (which can be also changed).
To me this makes sense and seems straightforward.
Is there a better approach?
Should I continue like this?
Best regards,
Calin
More information about the pywps-dev
mailing list