Bo Berglund wrote: > I did a test on one of my modules on the server and it returned 216 > lines of data and took more than a minute to complete even though the > total amount of transferred information is about 13 kb. > So where is the bottleneck?
There shouldn't be one - it's a straight TCP/IP connection between two servers. If it's reasonably fast in local mode then it'll be essentially the same in server mode (except the time to upload the status lines over the protocol, which is all done at the start). Tony _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
