Tagged Questions

0
votes
0answers
10 views

file share system architecture asking for advice

Hello everyone, I am using Windows platform to setup a web based file share system. In more details, individual users could upload and share documents from web interface (content may be big document, …
0
votes
1answer
25 views

Loading large xml in flash

hi guys, i have a flash based client which loads xml(s) periodically from a server (IIS). The xml is generated by an ASP.net application and webservices. All goes well until the size of xml is small …
6
votes
8answers
248 views

what does O(N) mean [closed]

Possible Duplicate: What is Big O notation? Do you use it? Hi all, fairly basic scalability notation question. I recently recieved a comment on a post that my python ordered-list …
0
votes
7answers
103 views

Which PHP framework to choose for a big project? Help me to choose. [closed]

Possible Duplicate: What PHP framework would you choose for a new application and why? Hello! I'm going to create a serious web project. Until this time, I've been developing projects with …
1
vote
0answers
34 views

How would a “NOSQL” database be designed for consumer apps (e.g. social bookmarking)

I've been reading up on a lot of posts about non-relational databases, the whole NOSQL movement, and there's a lot of fresh new activity around it. It seems like a very interesting approach to …
1
vote
2answers
20 views

Distributing tree structures

For example, I have a large set of bulletins which are organized in a tree (category tree). All categories inclusive. So if I watching items in category A, I'm also see all items in subcategories of …
1
vote
5answers
61 views

Are there any stable and production quality nosql datastores ?

Are there are production quality nosql stores that I can use on a production system. I have looked at cassandra, tokyodb, couchdb etc but none of them seem to be ready for deployments on production …
1
vote
0answers
27 views

Scaling Rails with Cache-on-write

I currently have a rails app that uses the traditional caching. cache do blocks are used to cache slow-rendering partials. This works great for the most part, except for a few pages which take too …
2
votes
3answers
49 views

Scalability of Oracle Forms

What is your experience regarding the scalability of Oracle Forms? What's the maximum number of application users you would use Oracle Forms for: 100, 1000, 10000, 50000? I know that this question …
2
votes
7answers
153 views

One ID for every database column, how to do?

I working on a food database, every food has a list of properties (fats, energy, vitamins, etc.) These props are composed by 50 different columns of proteins, fat, carbohydrates, vitamins, elements, …
2
votes
9answers
296 views

Relation between language and scalability

I came across the following statement in Trapexit, an Erlang community website: Erlang is a programming language used to build massively scalable soft real-time systems with requirements on …
1
vote
1answer
112 views

How is Twitter’s MYSQL database architecture designed? Try your best.

No one knows. And even if you work at Twitter, you probably won't let us know the secret. So, let us all post our theories on how this communication tool database is designed! It definitely can't …
0
votes
4answers
40 views

Network Load Balancing (NLB): is it suitable for “stateful” ASP.NET applications?

Hi everybody, I have posted the following question concerning ASP.NET web farms. http://stackoverflow.com/questions/1816756/how-to-create-an-asp-net-web-farm/ Guys recommended using Network Load …
0
votes
4answers
117 views

How to create an ASP.NET web farm?

Hi everybody, I am looking for information on how to create an ASP.NET web farm - that is, how to make an ASP.NET application (initially designed to work on a single web server) work on 2, 3, 10, …
2
votes
4answers
72 views

Persistence strategy for low latency reads and writes

I am building an application that includes a feature to bulk tag millions of records, more or less interactively. The user interaction is very similar to Gmail where users can tag individual emails, …

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