Hi,
>
>   here are first my comments:
>
> - it's a little bit confusing how many things I need to specify when
> installing Apache::SessionX, I'm not sury whether I need any File stuff
> etc - I mean I know I'm going to use Postgres, but new users will
> probably need a bit more explanations in the README to help them decide
> what they really need.

I have tried to explain this in the text that Makefile.PL outputs, maybe you
have an idea how to write it better and could send me a patch :-)

>Upon second trial 'perl Makefile.PL' I just
> skipped everything and turned on just Postgres

It asks you if you want to change your already entered configuration. That's
so you don't have to enter the same things everytime you run Makefile.PL

> just to discover that I
> have to initialize DB the same way like plain Apache::Session - this is
> another thing I didn't understood at first from the README
>

Yes, the DB setup should be mentioned in the README, even better Makefile.PL
should try to create the database tables itself, or least verfiy that they
are exists, but that's out of my time possibilites at the moment, maybe
somebody else could pick that up...

> - after make test, all tests were succefull
>
> - when restarted, apache complains
>
> Starting httpd: Syntax error on line 205 of /etc/httpd/conf/httpd.conf:
> HTML::Embperl object version 1.3.3 does not match bootstrap parameter
> 1.3.4_dev at /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 219.
> Compilation failed in require at (eval 8) line 3
>
> I changed the version number by hand and it worked
>

Runing Makefile.PL of Embperl would also had make this warning go away, but
this makes no difference.

> - I didn't exactly understood how the simplified configuration is
> supposed to work, but I tried to use %udat without any configuration and
> worked as I hoped... pretty cool
>

:-)


> - I played with %udat a bit and I didn't find any problem, %udat with PG
> works smoothly
>
> - my friend Honza reports the same result with his application, he
> promissed to post something to the list - if he doesn't get around it,
> brief summary is that it works great with his app using both %udat and
> %mdat, he played with it a bit more, with some four virtual servers and
> there were no errors. BTW he also reports that he played with Embperl
> 2b3 and he says its absofuckinglutely cool, showing over 30% speedup on
> even simple scripts and I understand Apache::SessionX works with it OK
>
> - I'm using mod_usertrack with Embperl sessions, I didn't find any
> problems
>
>   Great work, Gerald, thanks. I'm so happy I'll probably install it on
> my production server in couple days ;-) Or should I wait for 1.3.4?
>

When you don't find any further problems, I think it's safe to install this
version. 1.3.4 will have some more new session stuff, but I am not sure when
it comes out.

Gerald

P.S. I send a copy of this mail to the list (also you mentioned that Honza
will send a separate mail), because more people have asked for Postgres
Session support and I guess they are interested in your positive results.




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

Reply via email to