Ciao Francesco, Come Stai?
OSv mindset is a little different, the idea is to have 1 OSv instance per application like a microservice Imagine OSv like a SpringBoot at the operating system level Also, we have to consider that OSv doesn't have some primitives like fork() by design: https://github.com/cloudius-systems/osv/wiki/OSv-Linux-ABI-Compatibility Tanti Saluti, Geraldo Netto Sapere Aude => Non dvcor, dvco http://exdev.sf.net/ On Wed, 14 Nov 2018 at 23:53, Francesco Iadanza <[email protected]> wrote: > Dear OSv community, > I am testing OSv and I am using the /app REST api to launch commands > (ffmpeg). > As far as I understand, the best scenario for OSv is a "microservice" > approach, one task/app per instance, but I stretched this a bit only to > understand the OSv architecture. > So I launched two/three concurrent executions of the same command in new > ELF namespaces and it seemed to work correctly. > > So my question is: would it be safe to run on a single OSv instance a Java > server + a MySQL server + httpserver for monitoring (or whatever else)? > Could you explain if there could be any problems if working like this or > address to some documentation that can clarify this (maybe add a note to > the official doc)? > > Thanks and BR, > Francesco > > -- > You received this message because you are subscribed to the Google Groups > "OSv Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
