theniteowl
Programmer
Hi All,
I know this is not an easy answer question any may require desktop side programming, I am looking for any ideas on approach or examples that others have done.
I want to have a page that shows requests as they come in and I want that data pushed out to the screens of my team members. When a team member takes possession of a request I want that to be immediately reflected on everyone else's screen so they do not also try to work on the request.
I know the issue is with the immediate update part and crossing from server-side to client-side. Sure the browser can be set client-side to keep refreshing the page at set intervals but this will not be immediate and could be a performance problem. I could probably use client-side AJAX to check for changes without refreshing the page but this again comes back to performance issues.
Has anyone done something similar? Anyone found a way to maintain a link watching for a status change and triggering an event when it occurs?
I was thinking along the lines of how push email works for PDA devices maintaining an open connection without constantly sending data across and sending a signal from server-side to trigger the page update when something changes. This may require a desktop application to do though.
Thoughts?
At my age I still learn something new every day, but I forget two others.
I know this is not an easy answer question any may require desktop side programming, I am looking for any ideas on approach or examples that others have done.
I want to have a page that shows requests as they come in and I want that data pushed out to the screens of my team members. When a team member takes possession of a request I want that to be immediately reflected on everyone else's screen so they do not also try to work on the request.
I know the issue is with the immediate update part and crossing from server-side to client-side. Sure the browser can be set client-side to keep refreshing the page at set intervals but this will not be immediate and could be a performance problem. I could probably use client-side AJAX to check for changes without refreshing the page but this again comes back to performance issues.
Has anyone done something similar? Anyone found a way to maintain a link watching for a status change and triggering an event when it occurs?
I was thinking along the lines of how push email works for PDA devices maintaining an open connection without constantly sending data across and sending a signal from server-side to trigger the page update when something changes. This may require a desktop application to do though.
Thoughts?
At my age I still learn something new every day, but I forget two others.