Opened 12 years ago

Last modified 6 years ago

#8292 assigned enhancement

Restart app_server issues

Reported by: czeidler Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: Servers/app_server Version: R1/alpha3
Keywords: Cc:
Blocked By: Blocking: #11545
Platform: All

Description

  • BPicture needs to keeps a local copy of its data to be able to reconnect to a new app_server. A better way could be to use shared memory. Since the BPicture can grow, a resize function has to be implemented in the ClientMemoryAllocator. After that a similar implementation like the bitmap one can be used.
  • when a app is talking to the app server while the server crashes the app may hang while waiting for a server response. Maybe improve the server link by introducing a timeout ~0.5s. If the timeout is reached, check if the app_server port really is dead and stop otherwise continuing listening.
  • all the app server protocol has to be checked if messages not reaching the (dead) server are catched properly.

Change History (2)

comment:1 by axeld, 7 years ago

Owner: changed from axeld to nobody
Status: newassigned

comment:2 by waddlesplash, 6 years ago

Blocking: 11545 added
Note: See TracTickets for help on using tickets.