Parallel Connections

How many clients can use one I2C device in parallel?
The applications using the I2C APIs are not talking directly to the I2C device. There is a layer between the drivers and the APIs called the I2C scheduler. The I2C scheduler accepts up to 20-30 connections in parallel. All connections can communicate with different or the same I2C device.