Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Anders Wäänänen
arc
Commits
9031f03c
Commit
9031f03c
authored
Jun 14, 2017
by
Aleksandr Konstantinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increasing number of parallel transfer streams for partial HTTP PUT.
parent
6adb6c2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/hed/acc/ARC1/SubmitterPluginARC1.cpp
src/hed/acc/ARC1/SubmitterPluginARC1.cpp
+3
-3
No files found.
src/hed/acc/ARC1/SubmitterPluginARC1.cpp
View file @
9031f03c
...
...
@@ -83,7 +83,7 @@ namespace Arc {
jobid
=
URL
((
std
::
string
)(
activityIdentifier
[
"ReferenceParameters"
][
"JobSessionDir"
]));
// compensate for time between request and response on slow networks
URL
sessionurl
=
jobid
;
sessionurl
.
AddOption
(
"threads=
2
"
,
false
);
sessionurl
.
AddOption
(
"threads=
3
"
,
false
);
sessionurl
.
AddOption
(
"encryption=optional"
,
false
);
if
(
arex_features
)
sessionurl
.
AddOption
(
"httpputpartial=yes"
,
false
);
...
...
@@ -175,7 +175,7 @@ namespace Arc {
jobid
=
URL
((
std
::
string
)(
activityIdentifier
[
"ReferenceParameters"
][
"JobSessionDir"
]));
// compensate for time between request and response on slow networks
URL
sessionurl
=
jobid
;
sessionurl
.
AddOption
(
"threads=
2
"
,
false
);
sessionurl
.
AddOption
(
"threads=
3
"
,
false
);
sessionurl
.
AddOption
(
"encryption=optional"
,
false
);
if
(
arex_features
)
sessionurl
.
AddOption
(
"httpputpartial=yes"
,
false
);
...
...
@@ -290,7 +290,7 @@ namespace Arc {
URL
newjobid
((
std
::
string
)(
xNewjobid
[
"ReferenceParameters"
][
"JobSessionDir"
]));
URL
sessionurl
=
newjobid
;
sessionurl
.
AddOption
(
"threads=
2
"
,
false
);
sessionurl
.
AddOption
(
"threads=
3
"
,
false
);
sessionurl
.
AddOption
(
"encryption=optional"
,
false
);
sessionurl
.
AddOption
(
"httpputpartial=yes"
,
false
);
// for A-REX
...
...
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