Embperl vs. Mason

2000-02-14 Thread Andre Landwehr
Hi, I made some pages with Embperl, but I don't know Mason. Yesterday a friend told me of Mason, but he does not know Embperl very well. Now I wonder about the pros and cons of each, not only in respect to performance but also general usability, bugs etc. What do more experienced web programmers

Re: your mail

2000-01-31 Thread Andre Landwehr
On Fri, Jan 28, 2000 at 08:20:32PM +, [EMAIL PROTECTED] wrote: Check this :") http://www.fenrus.demon.nl/ Is someone trying to beat M$ at the Mindcraft benchmark after all with this? ;-) Andre

Re: Embperl and images on the same page

2000-01-31 Thread Andre Landwehr
On Mon, Jan 31, 2000 at 04:12:02PM +0100, Gerald Richter wrote: PerlSetEnv EMBPERL_FILESMATCH "\.html" btw: Instead of EMBPERL_FILESMATCH I use a normal apache Files *.epl section for this (with PerlHandler HTML::Embperl of course), which works perfectly for me. Is there any reason to do

Embperl optEarlyHttpHeader

2000-01-18 Thread Andre Landwehr
Hi, if I set optEarlyHttpHeader (64) within my EMBPERL_OPTIONS my page ist correctly shown in the browser. But if optEarlyHttpHeader is not set, the contents of my page are mixed up. I use several blocks of [- -] and [* *] and I execute two Shellscripts using perls backtick-syntax (unfortunately

Re: How to make EmbPerl stuff new content into a existing frame?

2000-01-16 Thread Andre Landwehr
On Sat, Jan 15, 2000 at 01:16:06PM -0800, Scott Chapman wrote: I have a HTML document with two frames in it. I need to make EmbPerl put a new html file (or content) into this frame. This link in a regular HTML file does the trick but I don't want the user to have to hit a link to make this

Re: Embperl + Apache::Session

2000-01-16 Thread Andre Landwehr
On Sun, Jan 16, 2000 at 03:37:51PM +0100, Gerald Richter wrote: This looks ok for the Embperl part, but if you have now staticly linked mod_perl you should throw out the LoadModule perl_module . I don't know what Apache does, if a module is staticly and dynamicly present, but this doesn't

Re: Embperl + Apache::Session

2000-01-14 Thread Andre Landwehr
On Fri, Jan 14, 2000 at 07:00:13AM +0100, Gerald Richter wrote: You need to setup session handling at all, e.g. PerlSetEnv EMBPERL_SESSION_CLASSES "FileStore SysVSemaphoreLocker" That is PerlSetEnv EMBPERL_SESSION_CLASSES "FileStore NullLocker" in my httpd.conf When you restart your

Re: Embperl + Apache::Session

2000-01-14 Thread Andre Landwehr
On Fri, Jan 14, 2000 at 01:31:17PM +0100, Gerald Richter wrote: What you describe looks good to me. There is one other issue, that is dynamlic linking mod_perl. How comes mod_perl into your Apache? Is it dynamicly loaded at runtime (i.e. by a LoadModule in your httpd.conf) or is it staticly

Re: Embperl + Apache::Session

2000-01-13 Thread Andre Landwehr
On Wed, Jan 12, 2000 at 11:12:53AM -0800, Cliff Rayman wrote: i am using embperl with cookies. i also have this set in httpd.conf PerlSetEnv EMBPERL_COOKIE_DOMAIN .genwax.com PerlSetEnv EMBPERL_COOKIE_PATH / PerlSetEnv EMBPERL_COOKIE_EXPIRES 'Friday, 31-Dec-2010 14:00:00 GMT' how are