Related topics

How fast have you taken your Camaro?!!!
Something along the lines of that would probably give you good performance for the money. Either that or AM2-cpu's from AMD. It's incredible how 2005 was 115W They, like AM2-cpus from AMD generally deliver scalable performance vs. energy consumption. I like to change the last 4 drives against the same type like

Complex / High Performance / Low Performance
Andrew Morton a...@osdl.org fa linux kernel On Mon, 02 Oct 2006 14:26:36 -0400 Jesse Huang <je...@icplus.com.tw> wrote: Solve host error problem in low performance embedded system when continune down and up. I don't understand that. Please describe the actual problem which is being solved, as well as the means by

Harley Performance
Thus you need about 4X-32X the DRAM chip area that you need CPU area (lower on the low performance end, greater on the big-Iron end). An outgrowth of the area argument is that this would force the process technology towards DRAM and away from the CPU side. A secondary and important issue, here, is that CPUs are

An efficient marriage between memory and chips...
Martin Dupal wrote: I worry now about %subj%. I cannot upgrade Netware at this moment. Recommended patch of Netware filesystem has been applied already. I'm sure that the version of Netware causes low performance. Any hints? ASA 7.0.3.2082 Novell Netware 3.12 Intel Celeron 1GHz, 256MB RAM 100Mbit network equipment.

Server Low performance
I am doing some performance test between a command line tool and a Cocoa application+framework. Both built with CW8.3. Used configurations : 1. MacOS C++ stationery Mac OS X Mach-O Standard console - C++ concole Mach-O (No framework, all the source code is embedded directly in the console application) 2.

Light .308 Loads
I feel like I'm getting low performance... I should be getting at least 10000 points in 3dmark 2001, but I can only get 8300 without overclocking... I'm using an MSI GeForce4 4200 on a Soltek 75FRV with a Athlon 2000+ and 512MB of ram (ddr400, but running at 333...)... any ideas?! (I hate this kind of posts,

Exremely low performance in Q3a
I run a test of FTP performance on a SUN Ultra 5. I used 10 mBit Ethernet. The 10 mByte file "1" where transferred (I used time ftp netrcEntry). The transfer took 9.8 s and used 1.8 s CPU-time. Why is this so? Isn't that absurdly low performance ? The total time is good BUT that it should consume 18% of the CPU !

Vertical Antenna Performance Question
Art S. Kagel ka...@bloomberg.net comp databases informix Sunstaff wrote: Hi, I've Informix on my SunOS-Sparc Machine with 6 cpu & 6 G ram but the performance doesn't good. This system must be substitute a NT (on intel) with Sybase. Actually Informix is only 1/4 with Sybase. Can the problem to be resolved Tuninging

Solve host error problem in low performance ...
Low-performance, high-tech, requires low maintenance. Consumable fluids need to be replaced - not just fuel but many various types of lubricants and coolants. Space-shuttle, very low tech, very high performance... the design dates back to 1972, and only received an avionics upgrade in the late 1990s.

Performance Issues on 6.3
Im getting a low performance on file trasfers over network to windows clients i get only about 30MB/s. Looking at gstat i got both disk are trasfering 15000kBps each over a gigabit connection(client and server). How can improve performance for my data server? uname -a: FreeBSD mlds.morpholab.loc 6.3-RELEASE-p1

Why no US made gliders ?
Steve...YOU NEWBY!!!! You need to put on a ski-mask, brandish some low grade weaponry, and pretend to be a 1%'er!!! THEN they'll have a tough time discrediting you! Umm, sorry, no ski masks here. Can I make do with a full face helmet? And sorry, no low grade weaponry here.

Saturn ION under the microscope
But the performance of the Card isn`t the best, although it runs in the 100MBit mode. If I receive/transfer files over Samba from/to a Win98 SE PC, I only get transfer-rates from about 400/500 kb/sec (max 1MB/sec). What can I do to get a better performance? I hearded that I can change the MTU-value?

low performance while using a large recordset on a listview
The GDI-like applications...a spreadsheet doesn't really need cutting edge high-performance for its graphics, as long as GDI does not mean "low performance". Note that it can use the card's processor to draw lines and such. Using your own PutPixel on DDraw surface will not give you this benefit. high-performance

Low-Light Options for Theatre
Furthermore you will have to write a whole bunch of new code just to duplicate what pg_dump/pg_restore already do, ie store/retrieve the TOC and dependency info in a program-readable fashion. Since the performance advantages are still somewhat hypothetical, I think we should reach for the low-hanging fruit first.

Performance Issues on 6.3
If somebody will have some tip to improve this performance, is grateful. Best Regards Schardosim Not sure what you trying to do. Is this a declared global temporary table? Are you inserting 200000 rows or using the import command (which I am not sure is possible on a declared global temporary table).

Some real world facts about Vtec
Someone looked at my 3dmark scores and pinpointed it to low agp speeds, so he mentioned some agp drivers. Being that the i815e is fairly new, we hadn't found any. But I went to look on intel's site again, and they had 3 things, the ata controller, the onboard video and a inf pack. My friend and I had overlooked

BUG #2208: Low performance on select
Im getting a low performance on file trasfers over network to windows clients i get only about 30MB/s. Looking at gstat i got both disk are trasfering 15000kBps each over a gigabit connection(client and server). How can improve performance for my data server? i dont know if this will eventually help in your case

FX5200, should it be this bad?
There are 47 fields in the table. 43 of them are nvarchar with length of 100. Two of them are big nvarchar with length of 1024 and 2048. an indexno field is int and the other is date. two primary keys, one of them is indexno;the other is nvarchar. Low performance: 1.using query of 'like', it shows timeout.

Low Shuttle 569 Performance -- Suggestions?
Robert Watson rwat...@freebsd.org lucky freebsd bugs Synopsis: [if_amr] Very low performance of amr(4) under FreeBSD-6.0-BETA5 Responsible-Changed-From-To: freebsd-bugs->scottl Responsible-Changed-By: rwatson Responsible-Changed-When: Mon Sep 26 09:06:15 GMT 2005 Responsible-Changed-Why: Assign PR to scottl in case

One of the reason for low performance of postfix
In a table with more than 1 million rows, I need to retrieve the 6 last distinct dates. Itīs very slowly. The density (number of diferent dates) is very low. I'm using the following SQL to perform the task: SQL: SET ROWCOUNT 6 SELECT DISTINCT data FROM table1 ORDER BY data DESC go How can I increase the performance