Did you set fixed stepping mode for Physics?
If you need to send lots of numbers, don't send each number in a separate URL parameter. Put them into an array and send the whole thing as urlencode(Array.AsJSON). Or even pack it into a compact comma-separated list, maybe then it will not timeout.