repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update NEWS files for next release
[ACE_TAO.git]
/
ACE
/
apps
/
JAWS
/
clients
/
WebSTONE
/
bin
/
killbench.pl
blob
42c616a79e0050bbef2d1e5310f6bf78229148ad
1
#!/pkg/gnu/bin//perl5
2
#
3
4
push
(
@INC
,
"
$wd
/bin"
);
5
require
(
'WebStone-common.pl'
);
6
7
html_begin
();
8
9
print
CLIENT
"<P>Killing WebStone processes<PRE>"
;
10
system
(
"
$wd
/bin/killbench"
);
11
print
CLIENT
"</PRE><P>Done."
;
12
13
html_end
();
14
15
# end