Some basic questions regarding MATLAB Production Server (MPS) and supported protocols ?

1 visualización (últimos 30 días)

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 23 de Dic. de 2023
Editada: MathWorks Support Team el 24 de Dic. de 2023
Q1:
I want to create a CTF file. What is the procedure to do that? What all products would I need?
Ans: Please refer to the following link.
You would also require a MATLAB compiler.
--------------------------------------------------------------------------------------------------------------------------------------
Q2:
After I have my CTF file and MPS setup on my machine, do I need any more products or software to deploy the CTF file on MPS??
Ans: No.
Please refer to the following link for more information,
--------------------------------------------------------------------------------------------------------------------------------------
Q3:
As a part of the deal in setting up MPS on my machine, Mathworks provides the communication protocol as HTTP protocol. I would like to know what is the limitation on size of data that can be transferred over this protocol.
Ans: 64 MB
--------------------------------------------------------------------------------------------------------------------------------------
Q4:
If I am calling out to MPS from my application, is HTTP protocol the only protocol that is supported or do you support any other protocol as well.
Ans: HTTP is the only protocol supported.
--------------------------------------------------------------------------------------------------------------------------------------
Q5:
When you set up MPS and the HTTP protocol with it, what are the default parameters / range of values for the HTTP protocol that you have setup and is there a way to change them??
Ans:
There are some default parameters that are initialized once you set up the Client-Server Communication environment.
Server Parameters:
These can be found in the ‘main_config’ file. Some of the parameters are
listening port of a given MPS instance
size of the client request messages that the server will support.
You can make changes to these files for changing the parameters.
Please refer to the following link for more information,
The next set of parameters are managed as either part of the MATLAB Production Server .NET or Java client or a .NET ServicePointManager object.
Client Parameters
These can be found at ‘MWHttpClientConfig’ file.
Some of the parameters are
timeout value for the client
maximum number of connections
response message size
Please refer to the following link for more details,
--------------------------------------------------------------------------------------------------------------------------------------
Q6:
What would be the limitation on the size of the input data that can be transferred in this setup??
Ans: 64 MB

Más respuestas (0)

Productos


Versión

R2012b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by