Ticket #66 (closed task: wontfix)
FEPSim & ATMS client performance problem.
| Reported by: | jdalbey | Owned by: | jtorres |
|---|---|---|---|
| Priority: | Low | Milestone: | ATMS Driver 1 |
| Component: | FEP Simulator (C++) | Version: | |
| Severity: | Major | Keywords: | |
| Cc: |
Description
ATMS client lag occurs exactly during the times when FEP sim is transferring data to ATMS server.
Change History
comment:2 Changed 8 years ago by jdalbey
- Component changed from Traffic Model Manager to FEP Simulator (C++)
Note: See
TracTickets for help on using
tickets.

JT suggests a solution might be to insert a small 750 ms delay after each fep_xfer. This lets the ATMS server catch up and allows the client to refresh. Downside is may extend the time to send the entire highway model to the ATMS past the 30 second interval.
JD suggests a solution might be to send all stations on the line during each fep_xfer, thus reducing the total number of xfer's required. Downside: may get "can't encode arguments" error is the message exceeds RPC limits.