▲ | SvenL 8 days ago | ||||||||||||||||||||||||||||
On the other hand memory management in web applications is quite easy. Most of the stuff is only required for the lifetime of a request. Some stuff needs to be available the whole application life time. | |||||||||||||||||||||||||||||
▲ | smt88 8 days ago | parent [-] | ||||||||||||||||||||||||||||
You can do this with other languages (C# for example) as well. Memory is so cheap, though, that most companies should spend their money on increasing memory rather than on paying programmers to optimize memory usage. | |||||||||||||||||||||||||||||
|