RE: Embperl 2 questions

2008-07-08 Thread Gerald Richter
Hi, > > We are currently trying to upgrade Apache1 to Apache2. > In Apache1, we are using Apache::SSI with

RE: Embperl 2 and Apache 2

2005-07-12 Thread Gerald Richter
> > Can Embperl version 2 run under Apache 1.3.x or do I have to > upgrade to Apache 2? Thanks! > Embperl 2 works under Apache 1.3 and Apache 2. You can use both. Only on Windows only Apache 1.3 is supported yet. Gerald

RE: Embperl 2 final ?

2005-06-02 Thread Gerald Richter
Hi, > > What is the timeframe for Embperl 2.0 final/gold/whatuwannacallit? > > If I didn't misunderstand, mod_perl 2 is finally final, so > Embperl 2 has a chance to becoming same. Can you (well, > Gerald, I believe) make a guesstimate about when it will be so? > The problem was that mod_per

RE: Embperl 2 for Apache 2 on SUSE Linux 9.3

2005-05-26 Thread Gerald Richter
Hi > > > do you have LoadModule embperl_module "/path/to/Embperl.so" > in apache > > config? > > Thanks for the advice. > > I did include it in the configuration file, but it is alas > one of the files that SUSE decides to overwrite on startup. > It wants to do some magic so I have to do so

Re: Embperl 2 for Apache 2 on SUSE Linux 9.3

2005-05-25 Thread Kaare Rasmussen
Hi > do you have LoadModule embperl_module "/path/to/Embperl.so" in apache > config? Thanks for the advice. I did include it in the configuration file, but it is alas one of the files that SUSE decides to overwrite on startup. It wants to do some magic so I have to do some un-magic so it can

RE: Embperl 2 for Apache 2 on SUSE Linux 9.3

2005-05-24 Thread Gerald Richter
> > > Alas, Novell doesn't include Embperl with its distribution. It does > > however have Apache 2 and mod_perl 2. How dificult is it to get > > Embperl 2 to run on top of that? > > SUSE 9.3 with apache2, apache2-devel. mod_perl 2 and either > apache-prefork or apache-worker doesn't seem to l

Re: Embperl 2 for Apache 2 on SUSE Linux 9.3

2005-05-24 Thread Aare Vesi
Kaare Rasmussen wrote: # make test If I ignore the test and just make install, it sort of works. Strange thing is that EMBPERL_APPNAME freemoney EMBPERL_OBJECT_BASE base.tepl EMBPERL_URIMATCH "\.htm.?|\.epl$" EMBPERL_SESSION_HANDLER_CLASS "no" EMBPERL_FILESMATCH "\.htm.?|\.epl$"

Re: Embperl 2 for Apache 2 on SUSE Linux 9.3

2005-05-24 Thread Kaare Rasmussen
> # make test If I ignore the test and just make install, it sort of works. Strange thing is that EMBPERL_APPNAME freemoney EMBPERL_OBJECT_BASE base.tepl EMBPERL_URIMATCH "\.htm.?|\.epl$" EMBPERL_SESSION_HANDLER_CLASS "no" EMBPERL_FILESMATCH "\.htm.?|\.epl$" results in a startup mess

Re: Embperl 2 for Apache 2 on SUSE Linux 9.3

2005-05-23 Thread Kaare Rasmussen
> Alas, Novell doesn't include Embperl with its distribution. It does however > have Apache 2 and mod_perl 2. How dificult is it to get Embperl 2 to run on > top of that? SUSE 9.3 with apache2, apache2-devel. mod_perl 2 and either apache-prefork or apache-worker doesn't seem to like embperl: con

Re: Embperl 2 doc: where?

2004-03-22 Thread Gerald Richter
Hi, > after only just about three years of waiting, I now have Embperl 2 > up > and running. I'm a bit slow, I know, but not that much - I misseed > only about 7 betas of Embperl 2 ;-) (sorry, Gerald, I couldn't resist) > I should have made a new beta for every change, than you would surely miss

Re: Embperl 2.xx and Apache 2.0.x on Windows

2003-06-13 Thread Gerald Richter
e when I get enough time. Sorry. Gerald P.S. Please send furher questions to the Embperl mailing list, so others can participate -Original Message- From: Gerald Richter [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 7:54 AM To: Pham Michael Subject: Re: Embperl 2.xx Hi, sorr

Re: embperl 2 subs bug

2002-11-01 Thread Kee Hinckley
At 12:40 PM -0500 11/1/02, Ilia Lobsanov wrote: I'm attaching a file which demonstrates a bug in Embperl 2.0b8 - 2.0b9-dev3 When run via embpexec.pl, the html output contains '>' at the end, which shouldn't be there. I saw something similar recently and was about to report it when I discovered

Re: embperl 2 session management

2002-08-22 Thread Andre Landwehr
On Thu, Aug 22, 2002 at 11:53:32AM +0200, Gerald Richter - ecos gmbh wrote: > Apache::Session uses a hash function to select a semaphore out of a array. > It may cause the the deadlock if both %udat and %mdat use the same one. If I > have it right in mind per default we have 32 semaphores, to whic

Re: embperl 2 session management

2002-08-22 Thread Gerald Richter - ecos gmbh
>> [+ $mdat{cnt}++ +] >> >> Does it work or do you get the same problems? >Ah, ok, that works. But the problem returns as soon as I have >both udat and mdat in the page. Maybe it is Apache::Session or >Apache::SessionX getting confused about having two session id's for >one page and only one semap

Re: embperl 2 session management

2002-08-22 Thread Andre Landwehr
On Thu, Aug 22, 2002 at 06:52:45AM +0200, Gerald Richter wrote: > Strange, %udat and %mdat are handled excatly the same, they just get a > different session id. > > If you make a very simple page which just contains > > [+ $mdat{cnt}++ +] > > Does it work or do you get the same problems? Ah, o

Re: embperl 2 session management

2002-08-21 Thread Gerald Richter
>> >> Seems like a problem with semaphores inside of Apache::Session. You may try >> to remove the semaphore with ipcrm so it gets recreated (you can view it >> with ipcs). > >Well, exactly that seems to be the case. As soon as I kill the >semaphore with ipcrm the page is displayed correctly, even

Re: embperl 2 session management

2002-08-21 Thread Andre Landwehr
On Tue, Aug 06, 2002 at 06:36:02PM +0200, Gerald Richter wrote: > > I have Apache::SessionX installed and > > Embperl_Session_Config "File Semaphore" > > You don't need this when you have made it the default during > Apache::SessionX Makefile.PL run > > > as the only session configuration option

Re: embperl 2 recipes

2002-01-28 Thread Gerald Richter
> I got this to work nicely inside an epl file: > > Execute ({ > inputfile => 'test.xml', > recipe => 'EmbperlXalanXSLT', > xsltstylesheet => 'test.xsl' > }) ; > > But what i really want to do is something like: > > 1) process my embperl file through embperl > 2) process the

Re: Embperl 2

2002-01-14 Thread Akshay Arora
> The increasingly ubiquitous Java also can translate to > cheaper in-house or out-sourced support for a product. > What do you suppose the ratio of Java to Embperl > programmers is? I don't think you can count the Perl > CGI programmers out there as Embperl programmers since > they must

Re: Embperl 2

2002-01-10 Thread Gerald Richter
> > Gerald's response has me considering doing production > sites in 2. I agree that Embperl is as good for some > applications and even better for many. However, I > need to sell my product and services. Java and XML > are words everyone knows and associates with some kind > of revolutionary a

Re: Embperl 2

2002-01-10 Thread Jarrod Stenberg
> Then use Embperl and not Java. As far as I can see > it there is > only one reason to use JSP at all (at least if you > know Perl > already): If you have an existing Codebase from a > standalone Java > app and just want to change the GUI layer to > something > web-based. Ok, and maybe some inter

Re: Embperl 2

2002-01-10 Thread Andre Landwehr
On Wed, Jan 09, 2002 at 12:19:11PM -0800, Jarrod Stenberg wrote: > use this to model, prototype and demo, then I'd build > the sites in Java/JSP. Thing is, I move very slowly > in Java. Then use Embperl and not Java. As far as I can see it there is only one reason to use JSP at all (at least if

Re: Embperl 2

2002-01-09 Thread Gerald Richter
> > My plan is to quickly spit out a demo site for a > potential client using this. My familiarity with perl > will permit me to do this quickly. My thought was I'd > use this to model, prototype and demo, then I'd build > the sites in Java/JSP. Thing is, I move very slowly > in Java. I'm temp

Re: Embperl 2 with Apache 2 / mod_perl 2

2001-08-27 Thread Gerald Richter
> Does Embperl 2 beta run on Apache 2.0 / mod_perl 2.0 (betas)? > Not yet. Apache/mod_perl 2.0 has a different API and a different build system. Embperl has to be adapted to that. It's on the todo list Gerald - Gerald Richtere

Re: Embperl 2 bugreport

2001-07-08 Thread Gerald Richter
hi! > i have discovered some bugs in Embperl > (v2.0b2, downloaded from http://perl.apache.org/embperl) > > -- > bug #1 > > the files in the .tar.gz archive doesn't have right permissions. > Makefile.PL is not executable and hasn't the header #!/usr/bin/perl. Makefile.PL is not supposed to

RE: EmbPerl 2, was EmbPerl, Request Wap

2000-05-20 Thread Gerald Richter
> > I guess this will be issue for Embperl 2, were it is very easy > to define new > > tags and their behaviour and which includes the possibility for > switching > > between different tag sets. > > Do you have a place where to see the planned features for Embperl > 2? Some of > the things you men