I've purchased your add-on Live Content, and it seems it works based on a timed interval.
The default setting for slow polling is 30 seconds, but I've set it to 10.
For all I care it could be every one second, but server resources are what I'm afraid about.
Can/will you make it ajax based? Meaning that instead of checking for content manually, the moment a user replies it sends through the socket a message which tells the user's browser to display the newely posted message etc. so it doesn't go through unnecessary loops.
Is it currently based on server or client resources? Because I'd like the updating to be instant.
The default setting for slow polling is 30 seconds, but I've set it to 10.
For all I care it could be every one second, but server resources are what I'm afraid about.
Can/will you make it ajax based? Meaning that instead of checking for content manually, the moment a user replies it sends through the socket a message which tells the user's browser to display the newely posted message etc. so it doesn't go through unnecessary loops.
Is it currently based on server or client resources? Because I'd like the updating to be instant.