Re: is anybody using mp2 in production?

2003-06-10 Thread Udlei Nattis
Hi, sorry my english i development one big ecommerce system in mp2 and i very happy is fast and stable Sreeji K Das wrote: ... ... I'd be interested in what you thought of the switch after going live, we were never sure (but getting there now) if we should have started with MP2 or not,

Re: [mp2] upload file

2003-04-03 Thread Udlei Nattis
fix problem i need change SetHandler modperl to perl-script, now upload is ok why this happens? i need add any options in SetHandler modperl to use upload ? thanks nattis Stas Bekman wrote: I used of examples these 2 archives but dont functioned in mp1 i dont have problem my mp2 version is

[mp2] upload file

2003-04-01 Thread Udlei Nattis
hi, i have problem for upload files testing use CGI and CGI::Simple look file.pm: $cgi = CGI-new; $r-print($cgi-param(test). xxx ); file .html form action=end method=post enctype=multipart/form-data input type=file name=image input type=hidden name=test value=abcdef input type=submit

Problem headers_out

2003-02-27 Thread Udlei Nattis
Hi all Why i have problem? $cookie1 = new CGI::Cookie( -name = 'sessid', -value = $session-id()); $r-headers_out-{'Set-Cookie'} = $cookie1; OR $c-headers_out-{'Set-Cookie'} = aaasdfhajsd fjhasdhfjkajkdf; [Thu Feb 27 14:42:34 2003] [warn] pid file

Re: mp2: any recommendations for template systems yet?

2003-02-21 Thread Udlei Nattis
you can use Ananke::Template is one version of template::toolkit but very very very very fast []s nattis Josh Chamas wrote: Perrin Harkins wrote: On Thu, 2003-02-20 at 22:27, Carl Brewer wrote: Do any of you have any recommendations for template systems with mp2? Not of the religious kind

[mp2] e-Commerce

2003-01-20 Thread Udlei Nattis
hi, sorry my english ;) modperl 2 with apache 2 thread is stable enought for start one big project of ecommerce? []s nattis

Redirect Problem

2002-11-28 Thread Udlei Nattis
hi all, i have one problem, when i set one cookie and REDIRECT , cookie dont is set in file $r-status(REDIRECT); exit; [nattis@nattis nattis]$ lynx -mime_header 'http://200.189.180.107:84/client/go.new?id=8.1nick=wellington' HTTP/1.1 302 Found Date: Thu, 28 Nov 2002

Re: Redirect Problem

2002-11-28 Thread Udlei Nattis
sorry but topic Sending Cookies in REDIRECT Response not is valid for modperl 2.0 Cookies dont send in modperl 2.0 when i redirect page bye nattis [EMAIL PROTECTED] wrote: Hi! On Don, Nov 28, 2002 at 11:48:19 -0200, Udlei Nattis wrote: i have one problem, when i set one cookie

Prevision

2002-10-22 Thread Udlei Nattis
when will be finished modperl2? bye nattis

Memory problem

2002-09-04 Thread Udlei Nattis
hi, i have one big problem i'm using modperl 2.0 (last cvs), httpd 2.0 (last cvs), perl 5.8.0 using apache mpm = worker when i start apache, size: 17277 nobody 8 0 13964 13M 13152 S 0.0 3.6 0:00 httpd DBI.pm have problem, when i execute my script, DBI.pm open memorya but don't

flush problem

2002-09-03 Thread Udlei Nattis
hi i have one problem look this source: use strict; $| = 1; my ($i,$r); $r = shift; $r-content_type('text/html'); while ($i 10) { $r-printf($i.br\n); $r-printf(\0); $i++; sleep 1; } if you try in modperl 1.27 using windows xp and ie6 (others versions is ok) this code is ok

Re: flush problem

2002-09-03 Thread Udlei Nattis
$r-rflush() doesnt work too you have other idea? bye nattis Stas Bekman wrote: Yup, this doesn't work yet. Use $r-rflush() for now. __ Stas BekmanJAm_pH -- Just Another mod_perl Hacker http://stason.org/

Re: while - modperl 2.0/Apache 2.0

2002-07-31 Thread Udlei Nattis
hi, this problem is stranger when i use apache 1.3/modperl 1.27 this problem don't exist i think problem is because thread in apache2 or modperl2 lynx dont have problem because is other instance if you open 2 instances of mozilla you dont have problem but if you open one mozilla and 5 tab

Re: while - modperl 2.0/Apache 2.0

2002-07-17 Thread Udlei Nattis
thanks ;) now i understand to run in others browser instances you need change url example: http://127.0.0.1/hello-world?a http://127.0.0.1/hello-world?b http://127.0.0.1/hello-world?c http://127.0.0.1/hello-world?d /tmp/test123 1505: 162 - thread 1505: 155 - thread 1578: 146 1505: 131 - thread

while - modperl 2.0/Apache 2.0

2002-07-16 Thread Udlei Nattis
{ # print current process id: $$; #} $i = 0; while ($i 20) { $r-print($i.br\n); $i++; sleep 1; } thanks Udlei Nattis www.nobol.com.br

Re: while - modperl 2.0/Apache 2.0

2002-07-16 Thread Udlei Nattis
Udlei Nattis wrote: how many servers do you run? worker: IfModule worker.c StartServers 2 MaxClients 150 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 /IfModule prefork: IfModule prefork.c StartServers 5 MinSpareServers

Re: DBI Bug

2002-06-05 Thread Udlei Nattis
not be started [root@nattis bin]# when i remove PerlModule: [root@nattis bin]# ./apachectl start ./apachectl start: httpd started [root@nattis bin]# i using last version of DBI bye nattis Stas Bekman wrote: Perrin Harkins wrote: Udlei Nattis wrote: hi, sorry my english ;) when i add this line

DBI Bug

2002-06-03 Thread Udlei Nattis
hi, sorry my english ;) when i add this line in httpd.conf PerlModule DBI or use DBI(); in startup.conf apache dont start, i receive this error: /usr/local/apache-2.0/bin/apachectl: line 192: 12547 Segmentation fault $HTTPD /usr/local/apache-2.0/bin/apachectl start: httpd could not be

Re: DBI modperl_2 Segmentation fault

2002-05-24 Thread Udlei Nattis
hi i updating modperl-2.0-cvs and problem persist now i change DynaLoader in DBI.pm to XSLoader but problem persist :( can you give me one idea? thanks nattis Doug MacEachern wrote: sounds like the XSLoader vs. DynaLoader issue which only exists in 5.6.x. try updating modperl-2.0-cvs, there

DBI modperl_2 Segmentation fault

2002-05-23 Thread Udlei Nattis
hi sorry, my english dont is good ;) i have one big problem, i using apache2, modperl2 and perl 5.6.1 Apache/2.0.37-dev (Unix) mod_perl/1.99_02-dev Perl/v5.6.1 when i add this line in httpd.conf PerlModule DBI or Perlrequire startup.conf startup.conf: use DBI; 1; if i use it, httpd don't

off: DJBDNS

2002-04-08 Thread Udlei Nattis
hi i have one webinterface writting in modperl i looking for one people to translator to english becausa my english is very bad ;) if you interesting please, contact-me mail: [EMAIL PROTECTED] icq: 62598138 bye nattis