Question about server side pipelining
Question about server side pipelining
eyre.michael
Posts: 21Questions: 0Answers: 0
I have gotten the server side pipelining working, using the code in the examples. It works great. I am wondering if there is a way to perform the ajax call before you get to the end of the pipe. For example, you have the pipe set to 5. The user clicks on the next button 3 times. After the third click, the server gets hit again and gets the next 5 sections and add it to any sections that are already there.
Is this something that is possible? I am having a lag to the server of about 3 seconds and I want to try and minimize the lag by getting the next section of the pipe before a user is finished with the current pipe and append it on the end.
Thanks
Is this something that is possible? I am having a lag to the server of about 3 seconds and I want to try and minimize the lag by getting the next section of the pipe before a user is finished with the current pipe and append it on the end.
Thanks
This discussion has been closed.
Replies
Allan
Allan