Borrar filtros
Borrar filtros

make MCR start up time fast?

2 visualizaciones (últimos 30 días)
ab
ab el 22 de Abr. de 2013
I converted my matlab program into a .net assembly i.e a dll file. I have made a console C# application adding the dll file and called it from php. The MCR is called everytime the .exe is called. How can I make the MCR to initialize on the starting up of server and not closing everytime even if the exe is called after a certain time??And if there are any other methods to make this process fast please suggest.

Respuesta aceptada

Friedrich
Friedrich el 22 de Abr. de 2013
Hi,
thats not possible. The MCR closes when the exe terminates.
Consider using .NET Remoting to let the MCR run all the time:

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by