Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Shiichan cloning

Name: Anonymous 2010-07-30 2:15

Are there free hosting providers that allow running random CGI like shiichan scripts? If for example i create a superior Shiichan version..where could i test it?

Name: Anonymous 2010-07-31 18:44

>>28
You still don't get it; the use of shared data depends entirely on the application.  Many Java web applications do not depend on shared data structures, and thus it doesn't matter if you have separate servers.  Other web applications might use static or rarely changed resources, so no communication between servers is needed.  Applications which do use dynamic in-memory data will need to use some sort of clustering to scale beyond multiple machines - but this is a capability that PHP does not have at all!

Any web app using server-side sessions running on multiple servers should use session replication.  Clustering is something provided by many Java servlet containers/web servers.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List