I got a php script which receives some text-chunks with data. What would be the most effecient way to store them on the server for later use ?
I was considering an mysql DB, but wouldn't that be too time consuming ?
The client will send the text chunk to the phpscript every 20 sec.