[rt-users] relogin necessary after changing/creating queue

Jesse Vincent jesse at bestpractical.com
Wed Aug 1 12:38:37 EDT 2007


On Aug 1, 2007, at 12:39 PM, Benjamin Weser wrote:

> Hello everybody,
>
> Whenever I create a queue or only change its name, this change will be
> visible after a relogin.
> I thought it could be a problem of cache so I looked for cache in the
> RT_Config.pm and found this entry which should be ok like it is:
> Set($WebFlushDbCacheEveryRequest, '1');
>
> I also added
> Set($WebSessionClass , 'Apache::Session::File');
> to my RT_SiteConfig.pm because it's possible that we will use
> non-ASCII-letters too but this didn't work either.
>
> There was no other entry which I would reference to this problem. Does
> anybody has a suggestion how this problem could be solved that changes
> to queues will be seen instantly?
>
> RT3.6.4 is running on an openSuSE10.2, Apache2.2.3, mysql5.0.26 and
> mod_perl2.0.2 since RT with fastcgi never worked here.
>

Actually, that's /Elements/SelectQueue doing a bit of caching.  
Otherwise, you'd be generating rather a few SQL queries on every page  
load that are completely unnecessary 99.99% of the time.

Best,
Jesse

>
> Cheers,
> Ben
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20070801/268fa992/attachment.sig>


More information about the rt-users mailing list