Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve state synchronization between server and client. #136

Closed
koo-taejin opened this issue Jan 23, 2015 · 0 comments
Closed

Improve state synchronization between server and client. #136

koo-taejin opened this issue Jan 23, 2015 · 0 comments
Assignees

Comments

@koo-taejin
Copy link
Member

purpose

  1. to use duplex communication more stable.
  2. to save agent state more detail.

to-do (not fixed)

  1. integrate socket state code.
  2. create socket state id.
  3. improve health check.
@koo-taejin koo-taejin self-assigned this Jan 26, 2015
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Feb 11, 2015
…#136

Use netty's channelConnected method instead of SocketHandler's open
method. 
(Netty manage channel's lifecycle. So we can manage
PinpointSocketHandler state more precisely.)
koo-taejin added a commit that referenced this issue Feb 11, 2015
Improve state synchronization between server and client. #136
emeroad added a commit to emeroad/pinpoint that referenced this issue Feb 11, 2015
emeroad added a commit that referenced this issue Feb 11, 2015
#136 Improve state synchronization between server and client.  - code review
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Feb 12, 2015
…#136

Divide PinpointServerSocket into PinpointServerAcceptor and
PinpointServer.
koo-taejin added a commit that referenced this issue Feb 12, 2015
Improve state synchronization between server and client. #136
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Feb 16, 2015
…#136

rename 
WritablePinpointServer -> PinpointServer
PinpointServer -> DefaultPinpointServer
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Feb 16, 2015
…#136

WritablePinpointServer -> PinpointServer
PinpointServer -> DefaultPinpointServer
koo-taejin added a commit that referenced this issue Feb 16, 2015
Improve state synchronization between server and client. #136
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Mar 3, 2015
…#136

1. Create common SocketState class. 
 (It allows us to cehck socket status between each other more
precisely.)
2. Integrate SocketState class into PinpointServerSocket.
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Mar 3, 2015
…#136

1. Create common SocketState class. 
 (It allows us to cehck socket status between each other more
precisely.)
2. Integrate SocketState class into PinpointServerSocket.
koo-taejin added a commit that referenced this issue Mar 3, 2015
Improve state synchronization between server and client. #136
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Mar 10, 2015
…#136

1. Integrate SocketState class into PinpointSocketHandler.
jaehong-kim added a commit that referenced this issue Mar 10, 2015
Improve state synchronization between server and client. #136
jaehong-kim added a commit that referenced this issue Mar 26, 2015
Improve state synchronization between server and client.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant