Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What can be virtualized in an fully automatic way?

automatic fully virtualized
0
Posted

What can be virtualized in an fully automatic way?

0

There are some limits to what can be virtualized; for example, if you have a singleton of any sort (not just a java singleton), then it will be shared by all virtual webapps based off of the project’s staging webapp. For example, suppose your webapp writes to a database table. If users Alice and Bob are viewing their “separate” virtualized instances of the webapp within their own sandboxes, and Alice does something that makes this webapp modify the ‘moo’ table, then Bob will see the change Alice has made to the ‘moo’ table immediately. In other words, the virtualization server can virtualize files but can’t magically restructure arbitrary hard-coded programs.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123