issues
search
No3371
/
DevBlog
0
stars
0
forks
source link
2019/11
#12
Closed
No3371
closed
4 years ago
No3371
commented
4 years ago
Keep working on the math server, build, test, undo, build, test, undo.
Encountered TCP performance issue.
Tried several API (TCPClient, Socket, SocketAsyncEventArgs...)
Nothing works, my server couldn't achieve the performance as java TCP demo wrote by my superior.
My superior suggest me take a look at his demo.
It turns out that the key is reduce r/w operation on the socket using a byte array. Nothing fancy, pretty useful.
~ Late November
For some external reason, assigned to help testing/debugging the blockchain app.
No really busy at these days.
Assigned to assist a coworker to investigate and prepare for building a new user router server for product A.
Decided to try Go for the user router.
~ Late November