I suspect this might be best asked on SO or similar. The answer to your question will depend heavily upon the server-side environment you are using - obviously the more data you submit, the more resources it will take up. If each row takes only 1K of RAM, you've quickly got 1MB of RAM required just to represent the data. If a row takes up more, it will require more. So I'd say you will need to do some profiling.
Sorry, yes. SO = StackOverflow: http://stackoverflow.com/ .
I'd suggest trying to profile your app - depending on the server-side environment there will be a bunch of tools available to do that, but it will be highly depended upon what you are using.
Replies
Allan
sorry, i'm not sure what "SO" is
is that a different forum?
thanks
I'd suggest trying to profile your app - depending on the server-side environment there will be a bunch of tools available to do that, but it will be highly depended upon what you are using.
Allan