Depending on the txt1,txt2, etc file size, i would say use 3 Ajax requests would be better than splitting the text...In terms of CPU usage. Might be wrong, but splitting heavy amounts of texts causes CPU usage to go up quite a bit. Or at least happened in my case, whereas when i used ajax requests didn't seem to be too bad.