0
votes
0answers
45 views

How are programming teaching websites built? [duplicate]

For those that don't know I'm referring to codeacademy or codeschool type of websites, where the user inputs ruby/python/whateverlanguage, and gets back the result evaluated. Is the code input ...
-1
votes
1answer
183 views

What factors affect the resources of a compiled vs. interpreted website? [closed]

As a website grows it usually need more recources to ecounter. Last year, I read an article (I don't have the URL right now) about how a compiled server side langauge can save money when the site ...
1
vote
2answers
493 views

What techniques would you use for a next generation java web application?

I'm working at a site similar to Foursquare and Yelp, with approximately 100000 unique requests each week that generates content, growing steadily. We are currently using: Seam as Java web ...
5
votes
4answers
273 views

How can a server side language span many servers?

I would like to ask you as experts about PHP, ASP.NET/C#, Python or any other server side language. How do they span multiple servers? When I see a big website and look how many dedicated servers it ...
2
votes
1answer
171 views

What could be a reason for cross-platform server applications developer to make his app work in multiple processes?

We consider a server app development - heavily loaded with messing with big data streams. An app will be running on one powerful server. A server app will be developed in form of crossplatform ...