Hello,
I think one solution can be to write the output in several tcp frames.
Probably the xmlrpc module needs a bit of work.
Another option would be to expose a rpc function that returns chunks of
location records.
Maybe others can jump in with other ideas, do some brainstorming and
decid
Hello,
we use the xmlrpc module to fetch the list of users with the ul_dump MI
command. When the number of users increased, this started to fail as the output
size grew. Apparently this is because of too small write queue sizes
(tcp_conn_wq_max). I discussed increasing the tcp_conn_wq_max setti