Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
c224271c
Commit
c224271c
authored
5 years ago
by
brutzman
Browse files
Options
Downloads
Patches
Plain Diff
retest looks good!
parent
b285c379
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/src/TcpExamples/TcpExample4TerminalLog.txt
+31
-26
31 additions, 26 deletions
examples/src/TcpExamples/TcpExample4TerminalLog.txt
with
31 additions
and
26 deletions
examples/src/TcpExamples/TcpExample4TerminalLog.txt
+
31
−
26
View file @
c224271c
Invocation instructions:
1. run/debug TcpExample4ThreadServer.java
1. run/debug TcpExample4Threa
TcpExample4DispatchServer
dServer.java
2. don't run TcpExample4HandlerThread since it is launched as needed
3. run/debug TcpExample4Client.java
...
...
@@ -8,56 +8,61 @@ Two program response logs:
===================================================
===================================================
run:
TcpExample4ThreadServer ready to accept socket connections...
ant -f C:\\x-nps-gitlab\\NetworkedGraphicsMV3500\\examples -Dnb.internal.action.name=run.single -Djavac.includes=TcpExamples/TcpExample4DispatchServer.java -Drun.class=TcpExamples.TcpExample4DispatchServer run-single
run-single:
TcpExample4DispatchServer ready to accept socket connections...
=============================================================
TcpExample4
Thread
Server.handlerThread invocation for connection #1...
TcpExample4
Thread
Server.handlerThread is launched, awaiting another connection...
T
cpExample4HandlerThread starting to handle a thread...
TcpExample4HandlerThread pausing for TIMEOUT=
10
000ms
TcpExample4
Dispatch
Server.handlerThread invocation for connection #1...
TcpExample4
Dispatch
Server.handlerThread is launched, awaiting another connection...
T
cpExample4HandlerThread starting to handle a thread...
TcpExample4HandlerThread pausing for TIMEOUT=
2
000ms
TcpExample4HandlerThread finished handling a thread, now exit.
=============================================================
TcpExample4
Thread
Server.handlerThread invocation for connection #2...
TcpExample4
Thread
Server.handlerThread is launched, awaiting another connection...
TcpExample4
Dispatch
Server.handlerThread invocation for connection #2...
TcpExample4
Dispatch
Server.handlerThread is launched, awaiting another connection...
TcpExample4HandlerThread starting to handle a thread...
TcpExample4HandlerThread pausing for TIMEOUT=
10
000ms
TcpExample4HandlerThread pausing for TIMEOUT=
2
000ms
TcpExample4HandlerThread finished handling a thread, now exit.
=============================================================
TcpExample4
Thread
Server.handlerThread invocation for connection #3...
TcpExample4
Thread
Server.handlerThread is launched, awaiting another connection...
TcpExample4
Dispatch
Server.handlerThread invocation for connection #3...
TcpExample4
Dispatch
Server.handlerThread is launched, awaiting another connection...
TcpExample4HandlerThread starting to handle a thread...
TcpExample4HandlerThread pausing for TIMEOUT=
10
000ms
TcpExample4HandlerThread pausing for TIMEOUT=
2
000ms
TcpExample4HandlerThread finished handling a thread, now exit.
=============================================================
TcpExample4
Thread
Server.handlerThread invocation for connection #4...
TcpExample4
Thread
Server.handlerThread is launched, awaiting another connection...
TcpExample4
Dispatch
Server.handlerThread invocation for connection #4...
TcpExample4
Dispatch
Server.handlerThread is launched, awaiting another connection...
TcpExample4HandlerThread starting to handle a thread...
TcpExample4HandlerThread pausing for TIMEOUT=
10
000ms
TcpExample4HandlerThread pausing for TIMEOUT=
2
000ms
TcpExample4HandlerThread finished handling a thread, now exit.
BUILD STOPPED (total time:
1 minute 7
seconds)
BUILD STOPPED (total time:
42
seconds)
===================================================
===================================================
run:
TcpExample4Client start
ant -f C:\\x-nps-gitlab\\NetworkedGraphicsMV3500\\examples -Dnb.internal.action.name=run.single -Djavac.includes=TcpExamples/TcpExample4Client.java -Drun.class=TcpExamples.TcpExample4Client run-single
TcpExample4Client start, loop 4 times
==================================================
TcpExample4Client creating socket #1...
TcpExample4Client: message received from server=This was written by the server TcpExample4HandlerThread
TcpExample4Client: time msec required for read=
10
02
1
TcpExample4Client: message received from server=
'
This
message
was written by the server TcpExample4HandlerThread
'
TcpExample4Client: time msec required for read=
2
02
3
==================================================
TcpExample4Client creating socket #2...
TcpExample4Client: message received from server=This was written by the server TcpExample4HandlerThread
TcpExample4Client: time msec required for read=
1
00
02
TcpExample4Client: message received from server=
'
This
message
was written by the server TcpExample4HandlerThread
'
TcpExample4Client: time msec required for read=
2
00
3
==================================================
TcpExample4Client creating socket #3...
TcpExample4Client: message received from server=This was written by the server TcpExample4HandlerThread
TcpExample4Client: time msec required for read=
1
00
01
TcpExample4Client: message received from server=
'
This
message
was written by the server TcpExample4HandlerThread
'
TcpExample4Client: time msec required for read=
2
00
5
==================================================
TcpExample4Client creating socket #4...
TcpExample4Client: message received from server=This was written by the server TcpExample4HandlerThread
TcpExample4Client: time msec required for read=
1
00
03
TcpExample4Client: message received from server=
'
This
message
was written by the server TcpExample4HandlerThread
'
TcpExample4Client: time msec required for read=
2
00
5
==================================================
TcpExample4Client complete
BUILD SUCCESSFUL (total time:
40
seconds)
BUILD SUCCESSFUL (total time:
9
seconds)
===================================================
===================================================
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment