Subject Re: How to tell if a client is connecting to a classic or super server
Author remk_1
Hi,

I'm not sure whether this helps you, but you may use user count in
DatabaseInfo (one of FB services). Just make two connections to some
database and use one of them to read list of connected users. Classic
will always return just one active user, while Superserver sums up
users of all connections.

Regards,
Michal