Issue Details (XML | Word | Printable)

Key: EFL-12
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Piskun, Oleksandr
Reporter: Lowe, Chris
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Exadel Flamingo

Make push connectivity checks optional

Created: 10/Apr/10 08:07 AM   Updated: 09/Jun/10 10:56 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 2.2.1

Time Tracking:
Not Specified


 Description  « Hide
Discussion in forum:

http://exadel.org/node/54

I have a JavaFX client configured with Flamingo push and I've noticed from observing HTTP traffic between the client and server that a GET request is issued in between POST requests. The additional GET request is used by Flamingo for checking if there is a server connection or not. If a server isn't accessible the Flamingo messaging switches into an off-line mode.

The current implementation can be improved by:

 1. making these connectivity checks switchable - my application does not require an off-line mode so Flamingo is generating an increased server load (we potentially have a large number of client apps);

 2. if offline detection is required then Flamingo is polling the server for messages anyway - why not just use the poll request status to drive offline mode?

Cheers,

Chris.

There are no comments yet on this issue.