Maybe very obvious, but helpfull? If you use events to implement the online requests pay attention:
I have made events every 10 mins to implement the Online Requests, where i only add 2 numbers at once. Two numbers can be played in 10 mins... If you don't limit the numbers of requests in the parameter, and many users add requests, the requests won't be played first in - first out. Example:
10 requests are in the queue. There is an event which puts them in the playlist. After 10 minutes, the third number is playing. In the mean time 5 more requests were added. The new event (which is 10 minutes after the first) will put those 5 tracks on top of the playlist.... The remaining 7 will be played much later
regards,
marcel