Re: Caching Array value

2005-07-11 Thread David Nicol
On 7/10/05, Joseph C. Bautista <[EMAIL PROTECTED]> wrote: > Hi All, > >I have a menu in hierarchical forms that have a 28K parent/child > nodes. And I don't like to query it again and again everytime the > user(s) clicked a certain item to view the information and see the > children nodes. I w

RE: Threads:shared and arrays issues

2005-07-11 Thread Brian Raven
a b wrote: > It's working with scalars variables but I want to improve > this by using an array (I wanna store 1..n > connections) > > So I wanna found a tip to do it with Threads::shared module > or another one, >From 'perldoc perlthrtut' (Shared And Unshared Data): "In the case of a shared arr