I just want to use this thread to point out some best practices for LFS World Querying, while opening a dialog with the 3rd party developer community and the 1st party developers.
If your attempting to find out if more then one person is online (PST vs HOSTS)
If your attempting to find out if more then one person is online, would it be more beneficial to query using only the hosts action, and parse the results from that? One query vs many, but then there is also a size (bandwith) issue as well as the hosts action produces a HUGE result, whereas the PST produces a smaller result while requiring more query's to the server. The question is, what is easier on the server? Many small querys, or one big one? What compression method to use on these querys to best help the server out?
If your attempting to find out if more then one person is online (PST vs HOSTS)
If your attempting to find out if more then one person is online, would it be more beneficial to query using only the hosts action, and parse the results from that? One query vs many, but then there is also a size (bandwith) issue as well as the hosts action produces a HUGE result, whereas the PST produces a smaller result while requiring more query's to the server. The question is, what is easier on the server? Many small querys, or one big one? What compression method to use on these querys to best help the server out?