Re: threads in 5.8 (was: mod_perl2.0 / TIPool)

2002-06-13 Thread Medi Montaseri
And use threads; is really a pragma. > > A pragma with class methods?  A pragma that exports functions?  Maybe I'm > confused about the distinction between a pragma and a module... It's a really fine line ;-) See also use fields. --  -

Re: persistent Mail::ImapClient and webmail

2002-06-08 Thread Medi Montaseri
esigned for performing IMAP requests? > > Finally, does anyone with experience in having to write > webmail interfaces > see any problems with using the functionality provided by IMAP. > > Richard > > p.s. Yes quite obviously if I have 100 children then I'll be > conn

Video On Demand Project

2002-06-01 Thread Medi Montaseri
ome other (more) relevant group. Thanks -- ----- Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Re: Persistent Net::Telnet Objects

2002-05-29 Thread Medi Montaseri
or mod_perl to be sure that this will work in the future. What I am really concerned about is that the telnetObj will only be accessible from scripts run by the same child process as that which created and saved it. Is there a better way to do this? Thanks, Shawn French --  --

Re: Sharing Variable Across Apache Children

2002-04-17 Thread Medi Montaseri
re is something like NAT in front of the machines, which dynaimcally forward each request. Won't it ? Peter Bi - Original Message ----- From: "Medi Montaseri" <[EMAIL PROTECTED]> To: "Andrew Ho" <[EMAIL PROTECTED]> Cc: "Benjamin Elbirt" <[EMA

Re: Sharing Variable Across Apache Children

2002-04-17 Thread Medi Montaseri
> to process those messages on the other end instead of looking at the raw > output, i.e. use Mail::Audit to keep track of the current state and > remove duplicate messages. > > Matt posted something about PPerl yesterday, which could make a > Mail::Audit script more efficien

Re: Sharing Variable Across Apache Children

2002-04-17 Thread Medi Montaseri
--- > Andrew Ho http://www.tellme.com/ [EMAIL PROTECTED] > Engineer [EMAIL PROTECTED] Voice 650-930-9062 > Tellme Networks, Inc. 1-800-555-TELLFax 650-930-9101 > -----

Re: Sharing Variable Across Apache Children

2002-04-17 Thread Medi Montaseri
my presentation at TPC. > When it's done, I'll contribute it. > > - Perrin -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Software Integration Testing

2002-04-05 Thread Medi Montaseri
read up on that might work - Home made solutions that you designed Thanks -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell

Re: Host name lookups are Off but...

2002-04-03 Thread Medi Montaseri
you go, RTFM :) > > I wouldn't be too worried about any "performance hits" from /server-status: > this shouldn't be used too often, only by you or the other developers, so > do you really think it's a problem? > > -- > Per Einar Ellefsen > [EMAIL PROTECTED] -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Re: Astronomical Information

2002-04-01 Thread Medi Montaseri
are the modules with me (and possibly others by > putting them on CPAN). > > simran. -- ----- Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Looking for RPC::ONC.pm

2002-03-14 Thread Medi Montaseri
linux version of it. I also see lots of XML-RPC and home made client-server RPC look-alikes. I need this to work with ONC RPC Server written in C. Thanks -- - Medi Montaseri [EMAIL PROTECTED]

Re: here is a good modperl question on perlmonk

2002-03-05 Thread Medi Montaseri
Wed, 2002-03-06 at 13:40, Medi Montaseri wrote: I  don't agree with virtual hosts setup for mod_perl folks. What if someone mess up the configuration file. If you want a central person to change them, then you are limitting the developer. The Linux-on-developers-box proposition also goes to inclu

Re: here is a good modperl question on perlmonk

2002-03-05 Thread Medi Montaseri
. You  may want to see if you can get the slides from him ([EMAIL PROTECTED]) if you  are interested in the details. Later,    Gunther At 07:43 AM 3/6/2002, Medi Montaseri wrote: >Caller wirtes > > > we've just migrated our 80K line pure perl web application to  > mod_perl.

Re: here is a good modperl question on perlmonk

2002-03-05 Thread Medi Montaseri
rtual path was a pain, I had to add aditional checks in teh code to deal with that Dave Rolsky wrote: > On Tue, 5 Mar 2002, Medi Montaseri wrote: > > > My suggestion would be to install a Linux on your developer's PC and > > keep with the distributed model. Now everyo

Re: here is a good modperl question on perlmonk

2002-03-05 Thread Medi Montaseri
id=146303 look forward to seeing your replies!! --  ----- Medi Montaseri   [EMAIL PROTECTED] Unix Distributed Systems Engineer    HTTP://www.CyberShell.com CyberShell Engineering -  

Re: System crash related to mod_perl

2002-02-24 Thread Medi Montaseri
er > > send image/jpeg instead of image/gif > > ciao > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.0.6 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > iD8DBQE8d9tpdygyS8O4zQ0RAjHoAKC/N2TR8ST4meJowDykZUkpwE8EoQCgv60Z > ztBrlJ7xslDXDcHNDcw1ynI= >

Anyone for JavaScript question

2002-02-20 Thread Medi Montaseri
my browser. -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Re: [WOT] Google Programming Contest.

2002-02-07 Thread Medi Montaseri
missed this on the list already: > > http://www.google.com/programming-contest/ > > They say C++ or Java. What, no Perl? > > -- > Bill Moseley > mailto:[EMAIL PROTECTED] -- ----- Medi Montaseri

Re: perl cgi's and apache

2002-02-05 Thread Medi Montaseri
ver backend). Or > try to streamline your code -- maybe make one big SQL query for all > your values rather than individual calls for each one. If none of > that works for you, you may need to pass off the long-running process > to a queue for a cronjob to pick up (well, maybe

Re: CGI Upload/download question

2002-02-02 Thread Medi Montaseri
Thank you very much...worked like a charm Pierre Phaneuf wrote: > Medi Montaseri wrote: > > > Can I somehow influence this behavior such that the user > > will indeed see something like "MyFile.txt.returned" or > > "MyFile.txt.processed" in th

CGI Upload/download question

2002-02-01 Thread Medi Montaseri
ent the browser to render it. I'm trying to achive a complete upload-process-download. Perhaps there is an standard MIME type that I should use. Thank you -- ----- Medi Montaseri [EMAIL PROTECTED]

Re: Single login/sign-on for different web apps?

2002-01-16 Thread Medi Montaseri
quot; Then write a GUI (web) inteface to this password and group file and you have distributed authentication system. Ed Grimm wrote: On Wed, 16 Jan 2002, Medi Montaseri wrote: > I think Netegrity single sing-on system modifies the HTTP server > (possible with mod_perl) to overload or override it

Re: Single login/sign-on for different web apps?

2002-01-16 Thread Medi Montaseri
ves his country > because he loves mankind, and whose judgement is not > warped by tribal loyalties." Erich Fromm --  - Medi Montaseri   [EMAIL PROTECTED] Unix Distributed Systems Engineer    HTTP://www.CyberShell.com CyberShell Engineering -  

Employment Inquiry

2001-12-20 Thread Medi Montaseri
k you -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Re: load balancing on apache by IP CHAINING

2001-12-15 Thread Medi Montaseri
ittlestown, > Mobile: 717 977 4556PA, 17340, USA > Email: [EMAIL PROTECTED] > AIM: scunacc > > -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Re: load balancing on apache

2001-12-14 Thread Medi Montaseri
>environment.Pls suggest how can i achieve this on apache. > > Thanks in advance > Hemant > -- ----- Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems Engineer

Any good WebMail programs?

2001-12-12 Thread Medi Montaseri
-lingual (can be a phase II) - As feature-rich as possible (can be a phase II) Please note that I'm not looking for a service, I'm looking for the software itself. Thanks -- - Medi Montaseri

Re: ASP.NET Linux equivalent?

2001-12-05 Thread Medi Montaseri
er to regulate > everyone else's. > > -BEGIN PGP SIGNATURE- > Version: PGP Personal Security 7.0.3 > > iQA/AwUBPA48/CZsPfdw+r2CEQJbJQCg9Q++f5OUtiqBjdJMtBNuGu6HM8wAoKCz > nXJM2ZccDeJH6y2Ael/+r1bh > =SgDE > -END PGP SIGNATURE- > -- -

Re: Multiple Sites

2001-12-03 Thread Medi Montaseri
DNS hosting is about $3/monthif your DNS admin does not allow that, simply move on to the next one... On Tue, 4 Dec 2001, Mithun Bhattacharya wrote: > Medi Montaseri wrote: > > > If you only have one IP and want to have many web sites (ie URLs) for > > your customers,

Re: Multiple Sites

2001-12-03 Thread Medi Montaseri
rectories require a trailing slash, so mod_dir issues a redirect to > http://servername/foo/dirname/. > > > -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Re: Running a shell command inside a cgi/perl script

2001-11-30 Thread Medi Montaseri
e above to send the file to the printer. > } > > This sub is part of a cgi script that creates output for the browser. The > browser output is OK. > The /tmp/plotreq.txt is generated but not being sent to the printer. > > Can somebody guide me to do it right ?. > Than

Re: Perl and Microsoft Excel?

2001-11-29 Thread Medi Montaseri
are 7.0.3 for non-commercial use <http://www.pgp.com> > > iQA/AwUBPAa3NHRiiq+WL4fKEQKsRACgutpROPjPllax3Nvfat2R7YERlSQAn35Q > 0vwYEFLgdzsz4Dfu98dUJzBy > =Qs9B > -END PGP SIGNATURE- > > -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Re: Seeking Legal help

2001-11-25 Thread Medi Montaseri
the total bill...right? Oh...and since the community has been so nice to allow this thread to continue...perhaps just send your reply to me directly so this thread sort of dies out Thanks On Wed, 21 Nov 2001, Medi Montaseri wrote: > > HiI know this is not the lawyers hang-ou

Seeking Legal help

2001-11-21 Thread Medi Montaseri
nia, Bay area Thanks -- ----- Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

mod_perl alias directories

2001-11-04 Thread Medi Montaseri
production web servers. Thanks -- ----- Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Re: [OT] P2EE Redux was: Excellent article on Apache/mod_perl ateToys

2001-10-28 Thread Medi Montaseri
) > > > > Unless there is violent opposition, the name will be > > > >Perl Enterprise Framework > > > > I would rather name it after the outcome (Framework) > > than the process (Project). > > PEP is a much better acronym though. > > N

Re: predefined arrays @- and @+ with mod_perl?

2001-10-10 Thread Medi Montaseri
expected. > > I use apache 1.3.20, perl 5.6.1 and mod_perl 1.26. > > I've never read about such predefined Arrays - what do they contain and > why are they global? > > Thanks in advance! > > Best regards, > > Christoph Bergmann > -- -

Re: What hourly rate to charge for programming?

2001-10-02 Thread Medi Montaseri
a | 545 Eighth Ave #401 >| New York, NY 10018 > Systems Analysis & Support | [EMAIL PROTECTED] > Managed Services | 212 946-1038 > > -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Re: ANNOUNCE: Apache::OpenIndex

2001-09-27 Thread Medi Montaseri
| George Sanderson <[EMAIL PROTECTED]> > | http://www.xorgate.com > ++ > > -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Re: Environment variable $ENV{MOD_PERL}

2001-09-15 Thread Medi Montaseri
cument, you keep referring to eg/startup.pl. I don't think we get that with just a binary (or RPM install)... Anyways...overall I was at fault for not re-re-read documents On Sat, 15 Sep 2001, Stas Bekman wrote: > On Fri, 14 Sep 2001, Medi Montaseri wrote: > > > These

Re: Environment variable $ENV{MOD_PERL}

2001-09-14 Thread Medi Montaseri
TED] http://apachetoday.com http://eXtropia.com/ > http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ > > > -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Re: Persistent Database connections to Oracle

2001-09-13 Thread Medi Montaseri
oday.com http://eXtropia.com/ > http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ > > > -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Re: Virtual Host?

2001-09-10 Thread Medi Montaseri
yed. > > So my question is, where in the config (or how do I) configure the > httpd.conf to allow me to use /DISK7 as part of the doc root? > > Thanks, > > > Scott Purcell > > -- ----- Med

RE: Virtual Host?

2001-09-10 Thread Medi Montaseri
; Except that, to the best of my knowledge, Samba can only mount to "regular" > mount points on Linux. > > Rob > > #!/usr/bin/perl -w > use Disclaimer qw/:standard/; > > > -- - Medi Mon

Re: embperl

2001-09-08 Thread Medi Montaseri
NTE MSN Explorer en http://explorer.msn.es/intl.asp > > -- ----- Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Re: Info required

2001-09-06 Thread Medi Montaseri
. The cgi2perl module > > will use the webserver API functions to interact with webserver. > > > > Like that , i want to understand how internally mod_perl is working > > apart from generic explanations. Where to get all those informations. > > > > Thanks in advan

Re: FW: AuthCookie Woes!

2001-09-04 Thread Medi Montaseri
TP header and see if there is a Set-Cookie: line > there. To see whether the > browser is sent a cookie, I'd suggest you tell the browser to warn you > before > accepting the cookie or > better yet, get a http sniffer or write an http client and see it for > yourself. > > > -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

is anyone getting my messages

2001-08-28 Thread Medi Montaseri
Just wonderingI have posted a couple of questionswith no avail Am I posting? --  === Medi Montaseri, [EMAIL PROTECTED], 408-450-7114 Prepass Inc, IT/Operations, Software Eng. ===  

Need help with Apache::AuthDBI

2001-08-27 Thread Medi Montaseri
ization (or authentication) is not doing its job of rejectting and returning an OK.... Can someone help please... -- - Medi Montaseri [EMAIL PROTECTED] Unix Distributed Systems EngineerHTTP://www.CyberShell.com CyberShell Engineering -

Need help with Apache::AuthDBI

2001-08-27 Thread Medi Montaseri
ing From my understanding of Authentication and Authorization, it looks like in spite of Auth_DBI_authoritative being set, the authorization (or authentication) is not doing its job of rejectting and returning an OK Can someone help please... --  ===

Multiple AuthName via .htaccess

2001-08-20 Thread Medi Montaseri
Hi, I need to solve the following problem Given a web site, I need to authenticate in two leveles; a global and user level. ie accessing the web site (say www.abc.com) itself requires one authentication and then descending down to special areas I need to authenticate again. for example (www.