Applications: Difference between revisions
Created page with "Applications are like web pages but more complicated. If you would like to run an application please ask first :3 == What is an Application == thumb|247x247px|This guy Anything that need a daemon basically. == Guidelines == * Keep memory use '''Down''' * Keep CPU time '''Down''' * Avoid running anything that would use a '''Silly''' amount of system/natural resources * Your application may be better suited for being run as a part of '''The''' Incr..." |
No edit summary |
||
| Line 1: | Line 1: | ||
Applications are like web pages but more complicated. If you would like to run an application please ask first :3 | Applications are like [[Web Hosting|web pages]] but more complicated. If you would like to run an application please ask first :3 | ||
== What is an Application == | == What is an Application == | ||
| Line 52: | Line 52: | ||
== Alternatively == | == Alternatively == | ||
If you're not expecting too much traffic, it might be wise to write your thing with [[CGI]]. | If you're not expecting too much traffic, it might be wise to write your thing with [[CGI]]. We also have [[PHP]], which works quite well. | ||