Re: Template or XML?

2001-09-15 Thread BeerBong
Hello Joshua! Thank you for fast and detailed answers and support! You are cool as always. We have a 4 year experience in developing web sites for our customers. Most of these web sites must present information stored in some relational database (MySQL or Oracle), and we create a

Re: Template or XML = OpenInteract?

2001-09-15 Thread BeerBong
We have also heard something about OpenInteract, which is based on Template Toolkit - may be it would be simplier to use it? It does sound like a possible good choice for your purposes, since it combines a basic application structure with Template Toolkit integration and an

Re: Template or XML = OpenInteract?

2001-09-15 Thread Chris Winters
* BeerBong ([EMAIL PROTECTED]) [010915 07:43]: We have also heard something about OpenInteract, which is based on Template Toolkit - may be it would be simplier to use it? It does sound like a possible good choice for your purposes, since it combines a basic application structure with

Re: Template or XML?

2001-09-15 Thread Chris Winters
* Perrin Harkins ([EMAIL PROTECTED]) [010914 17:11]: We have also heard something about OpenInteract, which is based on Template Toolkit - may be it would be simplier to use it? It does sound like a possible good choice for your purposes, since it combines a basic application structure

Re: Template or XML?

2001-09-15 Thread BeerBong
OpenInteract will probably do what you want, but one of its design philosophies is to have the templates to relatively simple work and handlers do the real data manipulation. So from the example in your original message: [% data=fetch({sql=SELECT MessageId, Subject FROM Messages}) %]

Re: Updating $r-connection-aborted before $r-print() ?

2001-09-15 Thread Stas
Geoffrey Young wrote: -Original Message- From: Joshua Chamas [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 3:21 PM To: Mod Perl Subject: Updating $r-connection-aborted before $r-print() ? Hey, In my own experience it seems that I can only get $r-connection-aborted

RE: Updating $r-connection-aborted before $r-print() ?

2001-09-15 Thread Geoffrey Young
my $fileno = $r-connection-fileno; $s = IO::Select-new($fileno); die aborted if grep { m/$fileno/ } $s-can_read(1); Hmm, does this actually work Geoff? What happens if mod_perl is running as a back-end? In this case $r-connection-aborted doesn't work even if

Apache.pm fails to load...

2001-09-15 Thread U n d e r a c h i e v e r
Hi I'm making a fresh build of Apache on Solaris 8 with mod_perl and mod_ssl. When I load apache i get Apache.pm failed to load! in the error log and the application bombs out. adding PerlModule Apache to the top of my httpd.conf also

Re: Environment variable $ENV{MOD_PERL}

2001-09-15 Thread Medi Montaseri
Thank you for everyone's support My problem was that I was reading suggestions like don't change your CGI script as Apache::DBI persistance connection is fully transparent... too literally The pre-requsite to this mod_perl is to have your CGI scripts run under a special mod_perl

Re: Template or XML?

2001-09-15 Thread Joshua Chamas
BeerBong wrote: Of course, we know this and used this feature. The you can reference $App in all scripts includes, just like %= $App-print_something % But our crew are 3 designers and 4 programmers. Designers know nothing about $App and other things, programmers don't know

Multiple apache servers/diff Ports

2001-09-15 Thread Jonathon M. Robison
I am trying to create multiple instances of a large program we are working on. The apache server loads upwards of 10 modperl modules upon startup. I have duplicated all the modperl modules into a new directory structure with a new name, etc. and created a seperate set of confs for apache. The

ANNOUNCE: modperl docs 2.0 documentation project mailing list andcvs rep.

2001-09-15 Thread Stas Bekman
[This message is crossposted to all mod_perl lists. It is possible that we will concentrate all mod_perl projects docs in one place.] A new cvs rep and two mailing lists were created and we're starting to commit shorlty to this repository shortly after this announcement. If you are interested

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-09-15 Thread dougm
dougm 01/09/15 11:17:31 Modified:lib/ModPerl TypeMap.pm t/response/TestAPR table.pm todo api.txt xs/maps apr_functions.map xs/tables/current/ModPerl FunctionTable.pm Added: xs/APR/Table APR__Table.h Log:

cvs commit: modperl-2.0/xs/APR/Table APR__Table.h

2001-09-15 Thread dougm
dougm 01/09/15 11:21:48 Modified:xs/APR/Table APR__Table.h Log: avoid dTHX; in APR::Table-do Revision ChangesPath 1.2 +7 -3 modperl-2.0/xs/APR/Table/APR__Table.h Index: APR__Table.h ===

cvs commit: modperl-2.0/src/modules/perl modperl_config.c

2001-09-15 Thread dougm
dougm 01/09/15 13:17:35 Modified:src/modules/perl modperl_config.c Log: only inherit base PerlSwitches if explicitly told to with PerlSwitches +inherit Revision ChangesPath 1.36 +9 -2 modperl-2.0/src/modules/perl/modperl_config.c Index: modperl_config.c

cvs commit: modperl-2.0/src/modules/perl modperl_perl.c modperl_perl.h

2001-09-15 Thread dougm
dougm 01/09/15 15:25:29 Added: src/modules/perl modperl_perl.c modperl_perl.h Log: new module for small tweaks to the Perl runtime Revision ChangesPath 1.1 modperl-2.0/src/modules/perl/modperl_perl.c Index: modperl_perl.c

cvs commit: modperl-2.0/lib/ModPerl Code.pm

2001-09-15 Thread dougm
dougm 01/09/15 15:25:55 Modified:lib/ModPerl Code.pm Log: integrate modperl_perl.[ch] Revision ChangesPath 1.66 +2 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm === RCS file:

cvs commit: modperl-2.0/src/modules/perl mod_perl.c mod_perl.h

2001-09-15 Thread dougm
dougm 01/09/15 15:26:57 Modified:src/modules/perl mod_perl.c mod_perl.h Log: add modperl_hook_child_init call modperl_perl_init_ids from modperl_hook_child_init Revision ChangesPath 1.68 +12 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_perl.c modperl_perl.h

2001-09-15 Thread dougm
dougm 01/09/15 17:56:15 Modified:src/modules/perl mod_perl.c modperl_perl.c modperl_perl.h Log: init ids for ithread Perls Revision ChangesPath 1.69 +6 -2 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/todo missing_old_features.txt

2001-09-15 Thread dougm
dougm 01/09/15 17:58:22 Modified:todo missing_old_features.txt Log: ids are now set Revision ChangesPath 1.5 +0 -2 modperl-2.0/todo/missing_old_features.txt Index: missing_old_features.txt

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_perl.c modperl_perl.h

2001-09-15 Thread dougm
dougm 01/09/15 18:05:44 Modified:src/modules/perl mod_perl.c modperl_perl.c modperl_perl.h Log: move code out of modperl_hook_child_init into modperl_perl_init_ids_server Revision ChangesPath 1.70 +1 -9 modperl-2.0/src/modules/perl/mod_perl.c Index:

cvs commit: modperl-2.0/xs/tables/current/Apache FunctionTable.pm StructureTable.pm

2001-09-15 Thread dougm
dougm 01/09/15 10:53:13 Modified:xs/tables/current/Apache FunctionTable.pm StructureTable.pm Log: sync Revision ChangesPath 1.19 +61 -3 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm