summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-07 12:31:20 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-07 12:31:20 +0000
commitf5babcff4ac8e88d11cd8b73fc4e0604341ddc61 (patch)
tree0f13f272d3590dd2eaadf1faad39293421e1a990
parent5db98925b04eb28a6a930f8dde9c79b3bc782286 (diff)
downloadATCD-f5babcff4ac8e88d11cd8b73fc4e0604341ddc61.tar.gz
*** empty log message ***
-rw-r--r--ace/Proactor.h3
-rw-r--r--apps/JAWS/server/VFS.cpp2
-rw-r--r--apps/JAWS/stress_testing/http_tester.cpp4
-rw-r--r--apps/JAWS/stress_testing/out4
4 files changed, 6 insertions, 7 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h
index 0bcd65c12de..176d3ff5aab 100644
--- a/ace/Proactor.h
+++ b/ace/Proactor.h
@@ -102,6 +102,9 @@ protected:
#endif /* __ACE_INLINE__ */
#else /* NOT WIN32 */
+
+#include "ace/Timer_Queue.h"
+
class ACE_Export ACE_Proactor
{
public:
diff --git a/apps/JAWS/server/VFS.cpp b/apps/JAWS/server/VFS.cpp
index 3b48c2cb095..b10523a089d 100644
--- a/apps/JAWS/server/VFS.cpp
+++ b/apps/JAWS/server/VFS.cpp
@@ -52,7 +52,7 @@ JAWS_VFS_Node::open (int flags)
handle_ = ACE_INVALID_HANDLE;
}
- this->handle_ = ACE_OS::open (this->path_, flags);
+ this->handle_ = ACE_OS::open (this->path_, flags, S_IRUSR|S_IRGRP|S_IROTH|S_IWUSR|S_IWGRP|S_IWOTH);
if (this->handle_ == ACE_INVALID_HANDLE)
{
switch (errno)
diff --git a/apps/JAWS/stress_testing/http_tester.cpp b/apps/JAWS/stress_testing/http_tester.cpp
index c4d25ee4287..10931e8216e 100644
--- a/apps/JAWS/stress_testing/http_tester.cpp
+++ b/apps/JAWS/stress_testing/http_tester.cpp
@@ -122,10 +122,6 @@ int driver(char *id, int total_num, float requests_sec, char *url1, float p1, ch
main(int argc, char **argv)
{
- // Set the process to a real-time priority class.
- if (::SetPriorityClass (::GetCurrentProcess (), HIGH_PRIORITY_CLASS) == 0)
- ACE_ERROR_RETURN ((LM_ERROR, "%p SetPriorityClass failed.\n", "parse_args"), -1);
-
// This will set the global scale factor if the ACE_SCALE_FACTOR
// environment variable is set.
ACE_High_Res_Timer::get_env_global_scale_factor ();
diff --git a/apps/JAWS/stress_testing/out b/apps/JAWS/stress_testing/out
index fe408bba471..c237b7f38bc 100644
--- a/apps/JAWS/stress_testing/out
+++ b/apps/JAWS/stress_testing/out
@@ -1,2 +1,2 @@
-1.0 0.116436 0.005602 1
-2.0 0.114102 0.004429 1
+1.0 0.47895 0.00859167 1
+2.0 0.562603 0.00185976 1