Hello Tobias,
these delays do consume the full processor resources.
To avoid this use something like that:
-------- --------------
| Timer | | If Then/Else |
do -----------+ +---+ a >= 7*60 +----- Break
until break --+ | | +
-------- --------------
or instead of the until break you can also use an on cycle object
Georg Nied
Software-Development
Hansestr.7 - 51149 Cologne
Germany
Mail: gn-software@gmx.de
-----Original Message-----
From: owner-vrf@hplvlrx.lvld.hp.com
[mailto:owner-vrf@hplvlrx.lvld.hp.com]On Behalf Of Tobias Schneegans
Sent: Tuesday, November 09, 1999 1:55 PM
To: vrf@lvld.hp.com
Subject: vrf web server speed
Hello listeners,
I have developed a VEE program within WIN NT (VEE 5.01),
which cyclic calls for a multimeter reading every 10 minutes.
The program has to wait for this reading 3 minutes, followed
by a DELAY of 7 minutes. It seems that the VEE web server
sleeps during WAITING FOR I/O and during DELAY. How can one
enhance the performance of the VEE web server?
Tobias Schneegans, Berlin
---------------------------------------------------------------------
This is the "vrf" maillist, managed by Majordomo. To send messages to
this maillist, just email to "vrf@lvld.hp.com". Subscriptions and
unsubscriptions are done through the address "vrf-request@lvld.hp.com".
If you need details, just send a message containing the text "help"
to "vrf-request@lvld.hp.com".
---------------------------------------------------------------------
---------------------------------------------------------------------
This is the "vrf" maillist, managed by Majordomo. To send messages to
this maillist, just email to "vrf@lvld.hp.com". Subscriptions and
unsubscriptions are done through the address "vrf-request@lvld.hp.com".
If you need details, just send a message containing the text "help"
to "vrf-request@lvld.hp.com".
---------------------------------------------------------------------
these delays do consume the full processor resources.
To avoid this use something like that:
-------- --------------
| Timer | | If Then/Else |
do -----------+ +---+ a >= 7*60 +----- Break
until break --+ | | +
-------- --------------
or instead of the until break you can also use an on cycle object
Georg Nied
Software-Development
Hansestr.7 - 51149 Cologne
Germany
Mail: gn-software@gmx.de
-----Original Message-----
From: owner-vrf@hplvlrx.lvld.hp.com
[mailto:owner-vrf@hplvlrx.lvld.hp.com]On Behalf Of Tobias Schneegans
Sent: Tuesday, November 09, 1999 1:55 PM
To: vrf@lvld.hp.com
Subject: vrf web server speed
Hello listeners,
I have developed a VEE program within WIN NT (VEE 5.01),
which cyclic calls for a multimeter reading every 10 minutes.
The program has to wait for this reading 3 minutes, followed
by a DELAY of 7 minutes. It seems that the VEE web server
sleeps during WAITING FOR I/O and during DELAY. How can one
enhance the performance of the VEE web server?
Tobias Schneegans, Berlin
---------------------------------------------------------------------
This is the "vrf" maillist, managed by Majordomo. To send messages to
this maillist, just email to "vrf@lvld.hp.com". Subscriptions and
unsubscriptions are done through the address "vrf-request@lvld.hp.com".
If you need details, just send a message containing the text "help"
to "vrf-request@lvld.hp.com".
---------------------------------------------------------------------
---------------------------------------------------------------------
This is the "vrf" maillist, managed by Majordomo. To send messages to
this maillist, just email to "vrf@lvld.hp.com". Subscriptions and
unsubscriptions are done through the address "vrf-request@lvld.hp.com".
If you need details, just send a message containing the text "help"
to "vrf-request@lvld.hp.com".
---------------------------------------------------------------------
I have developed a VEE program within WIN NT (VEE 5.01),
which cyclic calls for a multimeter reading every 10 minutes.
The program has to wait for this reading 3 minutes, followed
by a DELAY of 7 minutes. It seems that the VEE web server
sleeps during WAITING FOR I/O and during DELAY. How can one
enhance the performance of the VEE web server?
Tobias Schneegans, Berlin
---------------------------------------------------------------------
This is the "vrf" maillist, managed by Majordomo. To send messages to
this maillist, just email to "vrf@lvld.hp.com". Subscriptions and
unsubscriptions are done through the address "vrf-request@lvld.hp.com".
If you need details, just send a message containing the text "help"
to "vrf-request@lvld.hp.com".
---------------------------------------------------------------------