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
8419d8bc
Commit
8419d8bc
authored
9 months ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
updated to match revised messaging
parent
10cb5b1a
No related branches found
Branches containing commit
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
+40
-29
40 additions, 29 deletions
examples/src/TcpExamples/TcpExample4TerminalLog.txt
with
40 additions
and
29 deletions
examples/src/TcpExamples/TcpExample4TerminalLog.txt
+
40
−
29
View file @
8419d8bc
Invocation instructions:
Invocation instructions:
1. run/debug TcpExample4ThreadTcpExample4DispatchServer
Server
.java
1. run/debug TcpExample4ThreadTcpExample4DispatchServer.java
2. don't run TcpExample4HandlerThread (since it is automatically launched as needed)
2. don't run TcpExample4HandlerThread (since it is automatically launched as needed)
3. run/debug TcpExample4Client.java
3. run/debug TcpExample4Client.java
...
@@ -7,63 +7,74 @@ Two program response logs, server and client:
...
@@ -7,63 +7,74 @@ Two program response logs, server and client:
===================================================
===================================================
===================================================
===================================================
run:
TcpExample4DispatchServer.java
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
ant -f C:\\x3d-nps-gitlab\\NetworkedGraphicsMV3500\\examples -Dnb.internal.action.name=run.single -Djavac.includes=TcpExamples/TcpExample4DispatchServer.java -Drun.class=TcpExamples.TcpExample4DispatchServer run-single
init:
Deleting: C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
deps-jar:
Updating property file: C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
Compiling 1 source file to C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\classes
compile-single:
run-single:
run-single:
TcpExamples.TcpExample4DispatchServer ready to accept socket connections...
TcpExamples.TcpExample4DispatchServer ready to accept socket connections...
=============================================================
=============================================================
TcpExamples.TcpExample4DispatchServer.handlerThread
invocation
for connection #1...
TcpExamples.TcpExample4DispatchServer.handlerThread
created
for connection #1...
TcpExamples.TcpExample4DispatchServer.handlerThread is
laun
ched
,
a
waiting another
connection...
TcpExamples.TcpExample4DispatchServer.handlerThread is
now dispat
ched a
nd running, using most recent
connection...
TcpExamples.TcpExample4HandlerThread starting to handle a thread...
TcpExamples.TcpExample4HandlerThread starting to handle a thread...
TcpExamples.TcpExample4HandlerThread pausing for TIMEOUT=2000ms to emulate computation and avoid server-side overload
TcpExamples.TcpExample4HandlerThread pausing for TIMEOUT=2000ms to emulate computation and avoid server-side overload
TcpExamples.TcpExample4HandlerThread finished handling a thread, now exit.
TcpExamples.TcpExample4HandlerThread finished handling a thread, now exit.
=============================================================
=============================================================
TcpExamples.TcpExample4DispatchServer.handlerThread
invocation
for connection #2...
TcpExamples.TcpExample4DispatchServer.handlerThread
created
for connection #2...
TcpExamples.TcpExample4DispatchServer.handlerThread is
laun
ched
,
a
waiting another
connection...
TcpExamples.TcpExample4DispatchServer.handlerThread is
now dispat
ched a
nd running, using most recent
connection...
TcpExamples.TcpExample4HandlerThread starting to handle a thread...
TcpExamples.TcpExample4HandlerThread starting to handle a thread...
TcpExamples.TcpExample4HandlerThread pausing for TIMEOUT=2000ms to emulate computation and avoid server-side overload
TcpExamples.TcpExample4HandlerThread pausing for TIMEOUT=2000ms to emulate computation and avoid server-side overload
TcpExamples.TcpExample4HandlerThread finished handling a thread, now exit.
TcpExamples.TcpExample4HandlerThread finished handling a thread, now exit.
=============================================================
=============================================================
TcpExamples.TcpExample4DispatchServer.handlerThread
invocation
for connection #3...
TcpExamples.TcpExample4DispatchServer.handlerThread
created
for connection #3...
TcpExamples.TcpExample4DispatchServer.handlerThread is
laun
ched
,
a
waiting another
connection...
TcpExamples.TcpExample4DispatchServer.handlerThread is
now dispat
ched a
nd running, using most recent
connection...
TcpExamples.TcpExample4HandlerThread starting to handle a thread...
TcpExamples.TcpExample4HandlerThread starting to handle a thread...
TcpExamples.TcpExample4HandlerThread pausing for TIMEOUT=2000ms to emulate computation and avoid server-side overload
TcpExamples.TcpExample4HandlerThread pausing for TIMEOUT=2000ms to emulate computation and avoid server-side overload
TcpExamples.TcpExample4HandlerThread finished handling a thread, now exit.
TcpExamples.TcpExample4HandlerThread finished handling a thread, now exit.
=============================================================
=============================================================
TcpExamples.TcpExample4DispatchServer.handlerThread
invocation
for connection #4...
TcpExamples.TcpExample4DispatchServer.handlerThread
created
for connection #4...
TcpExamples.TcpExample4DispatchServer.handlerThread is
laun
ched
,
a
waiting another
connection...
TcpExamples.TcpExample4DispatchServer.handlerThread is
now dispat
ched a
nd running, using most recent
connection...
TcpExamples.TcpExample4HandlerThread starting to handle a thread...
TcpExamples.TcpExample4HandlerThread starting to handle a thread...
TcpExamples.TcpExample4HandlerThread pausing for TIMEOUT=2000ms to emulate computation and avoid server-side overload
TcpExamples.TcpExample4HandlerThread pausing for TIMEOUT=2000ms to emulate computation and avoid server-side overload
TcpExamples.TcpExample4HandlerThread finished handling a thread, now exit.
TcpExamples.TcpExample4HandlerThread finished handling a thread, now exit.
BUILD STOPPED (total time: 25 seconds)
===================================================
===================================================
===================================================
===================================================
run:
TcpExample4Client.java
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
run:
ant -f C:\\x3d-nps-gitlab\\NetworkedGraphicsMV3500\\examples -Dnb.internal.action.name=run.single -Djavac.includes=TcpExamples/TcpExample4Client.java -Drun.class=TcpExamples.TcpExample4Client run-single
init:
Deleting: C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
deps-jar:
Updating property file: C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
Compiling 1 source file to C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\classes
compile-single:
run-single:
TcpExamples.TcpExample4Client start, loop 4 times
TcpExamples.TcpExample4Client start, loop 4 times
==================================================
==================================================
=====
TcpExamples.TcpExample4Client creating socket #1...
TcpExamples.TcpExample4Client creating
new
socket #1...
TcpExamples.TcpExample4Client: message received from server='This message was written by the server TcpExamples.TcpExample4HandlerThread'
TcpExamples.TcpExample4Client: message received from server='This message was written by the server TcpExamples.TcpExample4HandlerThread'
TcpExamples.TcpExample4Client: time msec required for read=20
24
TcpExamples.TcpExample4Client: time msec required for read=20
33
==================================================
==================================================
=====
TcpExamples.TcpExample4Client creating socket #2...
TcpExamples.TcpExample4Client creating
new
socket #2...
TcpExamples.TcpExample4Client: message received from server='This message was written by the server TcpExamples.TcpExample4HandlerThread'
TcpExamples.TcpExample4Client: message received from server='This message was written by the server TcpExamples.TcpExample4HandlerThread'
TcpExamples.TcpExample4Client: time msec required for read=200
8
TcpExamples.TcpExample4Client: time msec required for read=200
6
==================================================
==================================================
=====
TcpExamples.TcpExample4Client creating socket #3...
TcpExamples.TcpExample4Client creating
new
socket #3...
TcpExamples.TcpExample4Client: message received from server='This message was written by the server TcpExamples.TcpExample4HandlerThread'
TcpExamples.TcpExample4Client: message received from server='This message was written by the server TcpExamples.TcpExample4HandlerThread'
TcpExamples.TcpExample4Client: time msec required for read=20
07
TcpExamples.TcpExample4Client: time msec required for read=20
14
==================================================
==================================================
=====
TcpExamples.TcpExample4Client creating socket #4...
TcpExamples.TcpExample4Client creating
new
socket #4...
TcpExamples.TcpExample4Client: message received from server='This message was written by the server TcpExamples.TcpExample4HandlerThread'
TcpExamples.TcpExample4Client: message received from server='This message was written by the server TcpExamples.TcpExample4HandlerThread'
TcpExamples.TcpExample4Client: time msec required for read=201
1
TcpExamples.TcpExample4Client: time msec required for read=201
6
==================================================
==================================================
=====
TcpExamples.TcpExample4Client complete
TcpExamples.TcpExample4Client complete
BUILD SUCCESSFUL (total time:
8
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