Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
16c786ef
Commit
16c786ef
authored
Jul 04, 2016
by
sylvain dailler
Browse files
Updating of the documentation of the why3 server protocol
parent
d0a05a2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/README.server
View file @
16c786ef
...
...
@@ -37,13 +37,20 @@ the following:
arg(i) - the commandline arguments of the command to run
The server does not acknowledge the receipt of this message. However, it will
run the executable with its arguments and time/memory limit.
When the
executable has
termina
ted, the server sends a message like this to the
client
who sent the 'run' request:
run the executable with its arguments and time/memory limit.
When the
executable has
star
ted, the server sends a message like this to the
client
who sent the 'run' request:
id;exitcode;time;timeout;file
S;id
Character "S" followed by semi-colon to indicate that the request is started.
When the executable has terminated, the server sends a message like
this to the client who sent the 'run' request:
F;id;exitcode;time;timeout;file
Their meaning is the following:
F - single F character indicating the task is finished
id - the identifier of the request to which this answer belongs
exitcode - the exitcode of the executed program
time - the time taken by the executed program
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment