Set of scripts
Posted on 2006-10-18 19:48:22 EEST.
While googling yestarday, I found few old entries about
Midgard on Polish
mailing lists. A few of them:
- Midgard is only set of scripts
- Midgard is distributed only as selected distros' binaries
Isn't it funny? :)
I am looking forward for multilanged MidCOM
so I think some Midgard documentation or concpets could be
easily translated to Polish then.
Another interesting thing is the fact that I almost finished
new parameter method for Midgard objects.
A new one is ( tries to be ) much clever then legacy one and
uses parameters' cache based on
midgard_collector.
Simply it means that first call for some parameter in some
domain , forces core to cache all domain parameters, so later
call to the same parameter or another one in the same domain is
"as slow as" :
$value = $arry['key']
No database selects.
This implementation will be introduced in Midgard since 1.8.1.
And something for high-tech fans: Midgard 1.9 is going to be released
soon!