Tagged Questions

0
votes
0answers
26 views

Best way to synchronize local HTML5 DB (Storage) with a server

I am developping a mobile web application (for iPhone) with a local database (using html5 webstorage) so my app is still usable when the user is offline. This is working perfectly …
1
vote
2answers
62 views

Most optimized way to store crawler states ?

Hi there, I'm currently writing a web crawler (using the python framework scrapy). Recently I had to implement a pause/resume system. The solution I implemented is of the simplest …
1
vote
2answers
63 views

iphone best way to store images

hello, I'm developing an app that needs to cache some images from the web the images are likely to be 100x100 I just need to know which is better: Store the images as files in …
3
votes
6answers
184 views

Is there a better place to store large amounts of unused data than a the database?

So the application we've got calls the API's of all the major carriers (UPS, FedEx, etc) for tracking data. We save the most recent version of the XML feed we get from them in a T …
1
vote
0answers
88 views

Where does youtube store so many videos? [closed]

If we are to make something like youtube, then what should be the approach with respect to storing the videos? Any idea about what youtube does ?
2
votes
4answers
88 views

How can I easily add storage to a VirtualBox machine with XP installed?

When I installed Windows XP on a VirtualBox machine, I made the hard drive only 10 GB since and assumed it would expand in size (as do hard drives in VMWare as far as I can remembe …
4
votes
9answers
121 views

Fastest file access/storage?

I have about 750,000,000 files I need to store on disk. What's more is I need to be able to access these files randomly--any given file at any time--in the shortest time possible. …
118
votes
52answers
6k views

Storing Images in DB - Yea or Nay?

So I'm using an app that stores images heavily in the DB. What's your outlook on this? I'm more of a type to store the location in the filesystem, than store it directly in the DB. …
-1
votes
1answer
37 views

Some example how use storage procedure (add, edi, del) in MVC .NET application +LINQ

I look for some exaple how use the stora procedurs in MVC with LINKQ.
5
votes
3answers
77 views

Is there a data storage pattern similar to mipmaps in graphics?

We've got a bunch of data the users may want to view windows of and do so quickly. They may want to look at a window of the data that is a day, a week, a month, or an arbitrary beg …
0
votes
2answers
25 views

Storing key-value pair settings in silverlight

I have a class in silverlight that I would like to store to disk. It contains a couple of basic CLR objects - strings and integers, and a WPF BitmapImage. What is the best way to …
2
votes
3answers
153 views

Best way to store and retrieve this..?

I've been trying all night, and talk of maps, arrays, vectors and hash_maps have filled my head. im just confused now. i posted a previous question here: http://stackoverflow.com/q …
1
vote
3answers
52 views

Best practices for storing html form content in XML document

I have two web forms which are filled in by the user. They contain different types of fields: text boxes, radio buttons, check boxes (single or in groups). All the information that …
6
votes
7answers
204 views

The ethics of using ‘My Documents’ as a dumping ground…

Something I've wondered about for a while now and would like to get a general opinion on: Advanced apologies if this has been asked previously, I did a search and couldn't find an …
0
votes
3answers
65 views

Is it possible to save arbitrary data to a file in C#?

I have a class with many collections loaded in memory. Is it possible to some how save this class with all its data to a file to be able to simply reload it to memory later? Is the …

1 2 3 4 5 11 next
15 30 50 per page