|
|
|
|
|
by astrange
994 days ago
|
|
This is a clear sign of a badly designed language. You should never see a fixed-size (less than page size) allocation fail, simply because there's nothing you can reasonably do if it does fail. Either you should crash or it should block until it is possible again. (Where crash means a worker process or something limited to something less than the entire system. See Erlang for the logical extension of this.) I realize this implies Windows and Java are badly designed and my answer to that is "yes". |
|