At 9:55 AM -0400 4/16/13, Dr Ramesh Ramloll wrote:

Are there toolkits (scritps that can be enhanced/modified/combined) that can speed the setting up an online database to store the data (if notecards cannot do it).

If you want to store files outside opensim:

Using llHTTPRequest, I could read a 1048576 bytes (1Mb) file. No toolkit required. However, you will hit script memory and time limits while processing as much data.

With some PHP, you can also write files to a web server.

I dit not test for the maximum length of a notecard. I have some about 50K. Depends on what you call "large". I would suggest trying to create multiples of 64k and see when it fails. There's certainly a limit at mySQL max_allowed_packet or below.


-- Jeff

_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to