After creating a new app and selecting the new Python 3.10, I noticed this warning:

What does “Meanwhile, this app’s server code will run on Anvil’s shared servers.” mean?
Can I still share tables and dependencies from my dedicated server account?
(I know this answer will be useful only for a short time, because my dedicated server will be soon upgraded, but I was curious to know what Anvil can do, maybe other people are curious too, so I decided to ask here in the forum)
1 Like
What does “Meanwhile, this app’s server code will run on Anvil’s shared servers.” mean?
It means that, if your app is configured in that mode, your Server Module will run on the same (shared) fleet of servers as apps from standard (non-Dedicated) accounts. (Normally, as you have a Dedicated plan, your server code runs on separate resources segregated from everyone else.)
Can I still share tables and dependencies from my dedicated server account?
Your server code will still have access to your Data Tables through the normal APIs, but you will not be able to use Direct SQL access to connect to your database.
1 Like