Hi Elder,

Search this mailing llist here
(http://dir.gmane.org/gmane.network.jabber.py-transports) - people
have discussed number of users before.
A few thousand (1-5) at the best I'm guessing.
Psyco (sic) could help with the performance.
Only way to tell how many for sure is to see how many users can use
your setup without the service degrading.

You can enable logging level with specific detail levels in the config
file. That will show all activity, including signons/offs.

You can see how many users are logged in by sending a packet to the
transport with something like: (example)
<iq type="set" to="msn.transport" id="randomid">
<command xmlns="http://jabber.org/protocol/commands"; node="stats" />
</iq>
(Taken from the mailing list, not sure if it is valid)

-D

On 7/18/07, Elder Sales <[EMAIL PROTECTED]> wrote:
> Hi peolple
> Im trying to have help from you friends but no one helped me until right
> now.
> I am using jabberd2 whith pymsnt and its working fine but now i want to know
> how many users can use the transport at the same time.
> Another question is: Can i see who is logged in the transport in determined
> time? Does exist a log file?
> Thank a lot!!

>
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports
>
_______________________________________________
py-transports mailing list
py-transports@blathersource.org
http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to