I am making a call to RPCManager and in response I am trying to send a list of an object. The list contains around 8000 objects. The object has around 150 attributes (String, Integer,BigDecimal etc).
SO as soon as I make that call my browser just hangs and crashes. Whats happenning is that at RPCManager.send(data) call it stalls.
So my question is , is there a limit to the data I can send in rpc response?
Thanks
SO as soon as I make that call my browser just hangs and crashes. Whats happenning is that at RPCManager.send(data) call it stalls.
So my question is , is there a limit to the data I can send in rpc response?
Thanks
Comment