473,385 Members | 1,518 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Getting A Bigger Slice Of The LAN Pie For My App?

Help Desk at a client site steered me to TaskMan's LAN stats window, but advised
that Windows makes it's own decisions about how much bandwidth each app gets.

Looks to me like there's plenty unused bandwidth when my app is running.

Does anybody know of a way to get some of it for the app?
--
PeteCresswell
Nov 13 '05 #1
2 1094
On Thu, 02 Jun 2005 20:27:03 -0700, "(PeteCresswell)" <x@y.z.invalid>
wrote:

Put this code in your startup:
SetOption "LAN Bandwidth", 100%
Just kidding...

Here is an idea that would make your app consume more bandwidth: drop
all indexes from all tables. Then when you:
select * from Customers where State='AZ'
*all* records will be sent over the network to your app, rather than
just the State index fields.

Needless me.requery will also generate more network traffic - you get
the idea,

Windows will give your app all the bandwidth it needs, to the extent
that it's available. Focussing miopically on a few perfmon stats will
probably not yield too many fruits.

-Tom.

Help Desk at a client site steered me to TaskMan's LAN stats window, but advised
that Windows makes it's own decisions about how much bandwidth each app gets.

Looks to me like there's plenty unused bandwidth when my app is running.

Does anybody know of a way to get some of it for the app?


Nov 13 '05 #2
(PeteCresswell) wrote:
Help Desk at a client site steered me to TaskMan's LAN stats window, but advised
that Windows makes it's own decisions about how much bandwidth each app gets.

Looks to me like there's plenty unused bandwidth when my app is running.
That's a good thing isn't it?
Does anybody know of a way to get some of it for the app?


Make it less efficient like Tom said :-)

Don't treat taskman like an Oracle, it doesn't tell you everything. I
was trying to create a DVD yesterday, the source files were on the
network. The network was going about 12%, the CPU about 15% so it looked
like the application was hardly using any resources but the machine was
as sluggish as hell (cue the usual thread jumper that asks how do I know
that hell is sluggish).
--
[OO=00=OO]
Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: Roberto A. F. De Almeida | last post by:
I found that when using negative indices, the slice object passed to __getitem__ depends on the number of slices. An example to clarify: class a: def __getitem__(self, index): return index ...
0
by: Phil Dumont | last post by:
>>> import sys >>> sys.version '2.3.4 (#1, Feb 4 2005, 12:19:08) \n' I'm implementing a type that supports a subset of the sequence abstraction in which I want to allow the deletion of...
4
by: F. Da Costa | last post by:
Hi, I was wondering whether someone could enlighten me as to the reason why the slice does not work in IE when the arr is passed in properly. Checked the values in the srcArr and they are...
108
by: Bryan Olson | last post by:
The Python slice type has one method 'indices', and reportedly: This method takes a single integer argument /length/ and computes information about the extended slice that the slice object would...
40
by: Ron Adam | last post by:
After considering several alternatives and trying out a few ideas with a modified list object Bengt Richter posted, (Thank You), I think I've found a way to make slice operation (especially far end...
0
by: Clemens Hintze | last post by:
Hello, I have a question concerning the usage of default constructed std::slice instances. Our company currently validate the GNU-G++ 3.4 compiler against the ISO/IEC 14882:2003 standard for...
23
by: Antoon Pardon | last post by:
Now slices are objects in python, I was wondering if slice notation will be usable outside subscribtion in the future. Will it ever be possible to write things like: a = 4:9 for key, value in...
7
by: Alexandre Guimond | last post by:
Hi all, i'm trying to deepcopy a slice object but i get the following error. Does anyone know a workaround? ActivePython 2.4.3 Build 12 (ActiveState Software Inc.) based on Python 2.4.3 (#69,...
2
by: smichr | last post by:
It seems to me that the indices() method for slices is could be improved. Right now it gives back concrete indices for a range of length n. That is, it does not return any None values. Using an...
3
by: Bas | last post by:
Hi, stupid question, but would it be possible to somehow merge xrange (which is supposed to replace range in py3k) and slice? Both have very similar start, stop and step arguments and both are...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.