Big responses to queries
EX: USER LIST etc. might return a massive amount of data (ex: average 9 chars by user, 10.000.000 users > 10 Mo of text.
Maybe too much for a single request (memory allocation, parsing, ...).
Add Query options could be great:
Ex:
USER LIST COUNT=10 PAGE=2
would return 10 users from the 2*10+1=21th
Big responses to queries
EX: USER LIST etc. might return a massive amount of data (ex: average 9 chars by user, 10.000.000 users > 10 Mo of text.
Maybe too much for a single request (memory allocation, parsing, ...).
Add Query options could be great:
Ex:
would return 10 users from the 2*10+1=21th