Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
sharing a (tied) hash between processes
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="pkent, post: 4751684"] I'd second that - it's a database that I'm reliably informed is very good in read-heavy operations, which sounds like the case here: usually the state doesn't change, which means there's little writing going on but much reading. [ OTOH I have ranted to my coworker at discovering that our version[1] of MySQL lacks certain features that I take for granted in Oracle, and indeed that one clause was silently ignored... ] Also, in my place of work we use MySQL for storing this kind of 'state information that can be used by more than one program at a time' in all sorts of applications and it seems to work really well. Obviously if you've already got another database available then I'm not saying you _have_ to use MySQL, just that it would probably be suitable for your application. P [1] Your version may differ, read the fine manual, etc [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
sharing a (tied) hash between processes
Top