1
vote
0answers
62 views
+150
WMI Poor Performace
Hi
I wrote a code in C# that maps logical drives to their physical disks, using WMI (System.Management).
The code working perfectly, but slow like hell.
In my machine (Windows 7 x …
0
votes
1answer
12 views
iphone file system save file from url
hello guys,
i want to save a photo file from a given url to the documents folder of my app without giving it a filename just the url and it saves to disk, is that possible ?
or d …
0
votes
2answers
17 views
Flash - Why doesn’t my SharedObject get saved on disk when closing IE?
I have a Flash application that uses SharedObject to save and read some data locally. As it is said everywhere Flash saves the data from the shared object to disk when the applicat …
2
votes
3answers
5k views
How do I add a physical (raw) disk to a virtual machine in VMware Server 2 on a Windows host?
I have a Windows 64-bit host running VMware Server 2. I need to create VMs that will use the raw partitions for my Linux and Windows XP installations. Older versions of VMware ha …
0
votes
0answers
19 views
Poisson Disk distribution on hemisphere
Hi!
I just implemented Poisson Disk generation in the plane with this simple algorithm:
http://people.cs.ubc.ca/~rbridson/docs/bridson-siggraph07-poissondisk.pdf
Now I would like …
4
votes
2answers
213 views
Programmatically getting per-process disk io statistics on Windows?
I would like to display a list of processes (Windows, C++) and how much they are reading and writing from the disk in KB/sec.
The Resource Monitor of Windows 7 has the ability so …
2
votes
1answer
32 views
MySQL MyISAM disk-bound scaling issue / drive cache
I have the following lookup-table:
CREATE TABLE `widgetuser` (
`widgetuserid` char(40) NOT NULL,
`userid` int(10) unsigned NOT NULL,
`created_at` timestamp NOT NULL DEFAULT '00 …
1
vote
1answer
63 views
Programmatically accessing the contents of a Sony MP3 player
How to access/manipulate Sony MP3 player’s contents programmatically?..
A Sony Walkman MP3 player (NWZ-W202) is connected to a Vista Ultimate PC through a USB port.
The player co …
1
vote
4answers
137 views
FIFO queue (or stack) implemented on disk, not ram (preferably in C++)
Basically what I'm after is the equivalent of the Standard Template Library queue implemented in such a way as to use the disk for storage. The volume of data that will need to be …
0
votes
3answers
58 views
Memory mapped - partially disk based algorithms
Are there any good resources or books for spillable data structures, ie say a queue, when storing large objects it could fill up all of memory, but if you can keep say the most use …
3
votes
7answers
249 views
Performance issues with hard disk reading
I have a C++ program which reads files from the hard disk and does some processing on the data in the files. I am using standard Win32 APIs to read the files. My problem is that th …
1
vote
2answers
70 views
Probing for filesystem block size
I'm going to first admit that this is for a class project, since it will be pretty obvious. We are supposed to do reads to probe for the block size of the filesystem. My problem …
1
vote
2answers
210 views
Delphi and HDD I/O Quoting , Resource Pre-Caching , Read/Write/seek parameter limiting.
Hello proggies!
I have dynamic array filled with bytes, which are read from .raw file with BlockRead() and this operation, logically, requieres hell of a Shell resources and I wan …
1
vote
1answer
27 views
How to determine allocated blocks on an NTFS disk
Is there a way of determining which clusters on an NTFS disk are allocated? I'm thinking along the lines of the display you see on a defrag program before you kick off the defrag i …
1
vote
1answer
77 views
What is SQLite3 Disk I/O Error in Cocoa
I am programming in snow Leopard 10.6. My application opens up a locally stored database successfully, but when it tries to insert into the database, I continue to receive
'Disk I …
