Forum Feature requests

.net assembly

Ives Laaf
Hi there,

are there any plans to have something like an .net assembly?
reason for my question is all those ipc (inter process communication) overhead, basically as it may happen, that we gonna use a multithreaded frontend that gonna call a lot of seperate prince processes and process creation, establishing the in and out channels and cleanung up is quite expencive in those environments - any plans for this or other options to avoid the ipc-overhead and especially scaling issues?

kind regards
ives
mikeday
Prince is not compiled to .Net bytecode, so there is always going to be some level of process creation going on. However, in our performance testing we have found that the overhead is negligible for most workloads.