Every piece of software consumes memory, and Orchids is no exception. However, Orchids cannot be allowed to consume all the memory of the machine it runs on, and it cannot be allowed to abort if it reaches a predefined memory limit either. Both situations could be used by attackers. Hence Orchids uses a rainy day fund strategy to survive in low memory situations.
Category Archives: Uncategorized
JSON
Arrays
There are new array types in the Orchids language. Arrays are associative and multidimensional: one can now write $x[1]
, $x[45][2]
, or even $x["abc"]
in signatures. Arrays are also used in the .syslog.data
field, holding structured data of syslog rfc5424.
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!