Re: Wiki and/or Forum

2003-11-17 Thread Gavin Carr
Hi Benni,

On Fri, Nov 14, 2003 at 03:00:13PM +0100, Benni Baermann wrote:
> Is there an WikiWiki and/or an discussion-forum programmed with
> EmbPerl available as free software?

You might also want to check out ewok, an embperl-based content 
management system with some wiki-like features, at 
http://www.openfusion.com.au/labs/ewok/. Version 0.5.0 has just
been released.

Cheers,
Gavin


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Caching DBIx::Recordset::Setup

2003-11-17 Thread Kee Hinckley
There's an awful lot that goes on in that routine.  Typically I do this:

	$set = Setup
	series of operations with $set (insert/search/delete...)
Is there any way to cache that initial $set?  For instance, if I call 
SetupObject, then everything is done except the ties.  In theory that 
ought to be reusable in some way, but I'm not sure how.  I need to be 
careful of the case where one routine is using a $set to do one thing 
and a routine it calls tries to use the same one to do something else.

Any ideas?
--
Kee Hinckley
http://www.messagefire.com/ Next Generation Spam Defense
http://commons.somewhere.com/buzz/  Writings on Technology and Society
I'm not sure which upsets me more: that people are so unwilling to accept
responsibility for their own actions, or that they are so eager to regulate
everyone else's.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: SessionX on Debian Sid

2003-11-17 Thread Angus Lees
At Sun, 16 Nov 2003 19:21:21 +0100, Andre Landwehr wrote:
> after stracing apache2 segfaults on a page containing nothing
> but a http redirection, which started to happen a few days ago
> due to a new apache2 version in debian sid, I found that
> rebuilding SessionX eliminates the problem. All my other pages
> still worked ok, so you might not have stumbled about that yet.
> I think it might still be a good idea to release a new version of
> the SessionX package.

Thats strange, since SessionX is pure perl (no XS) so rebuilding
should make no difference.

Thanks for the heads-up, I'll investigate (I don't use apache2 myself
yet).

-- 
 - Gus


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]