Maximum number of connections to an instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I'm trying to find out how many people can access an instance simultaneously.
Is this defined anywhere?
We anticipate many users accessing the instance during a failure.
Would it be okay if around 400 people accessed it simultaneously?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @bonsai
As per my knowledge ,there is no harded limit on the number of people or sessions that can access a ServiceNow instance simultaneously. Scalability is managed by the available infrastructure (nodes) and system resources.
OOTB there is no limit for multiple parallel logins for the same user. But if needed, it can be limited with a plugin: com.glide.limit.concurrent.sessions
