0
votes
1answer
64 views
Offsite media streaming setup
I've got a media-rich site that's going just beyond the what our server can handle in terms of storage. Estimate between 500 gigs and 2 terabytes.
The media is uploaded through the website usually …
0
votes
0answers
27 views
file share system architecture asking for advice [closed]
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
29 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
277 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
114 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
48 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
5answers
71 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
2answers
22 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 …
0
votes
3answers
207 views
Java or mono for a new project
Hi,
I need your advice about framework selection (Java vs Mono) for a new large scale web project which will be developed for linux hardware.
Which platform do you prefer and why ?
Best Regards,
…
7
votes
4answers
185 views
What is the best Clustering or Distributed System solution for Java applications
What are the best approaches to clustering/distributing a Java server application ?
I'm looking for an approach that allows you to scale horizontally by adding more application servers, and more …
0
votes
8answers
599 views
php vs python. scalability
Why is PHP considered more scalable than python?
I've heard may times that one of the reasons PHP is "better" than python is that PHP is more easily scalable, and that Yahoo proves that(assumig Yahoo …
2
votes
4answers
69 views
Create a database for scalability
How do i create a database for scalability? I am in the middle of http://www.slideshare.net/vishnu/livejournals-backend-a-history-of-scaling which i cant read ATM and need to leave. But i would like …
2
votes
9answers
301 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
…
5
votes
4answers
323 views
Best way to offload heavy processing (like image resizing) out of PHP request
I'm working on a PHP web interface that will receive huge traffic. Some insert/update requests will contain images that will have to be resized to some common sizes to speed up their further …
0
votes
7answers
321 views
Logging requests on high traffic websites
I wonder how high traffic websites handle traffic logging, for example a website like myspace.com receives a lot of hits, I can imagine it would take a lot of space to log all those requests, so, do …
