open3 and mod_perl

2002-03-13 Thread Rasoul Hajikhani

Hello folks,
I am writing a web interface for the GPGP module that would allow users
to create a new public and private key and adds them to the corporate
key ring. I will be useing IPC::Open3 and IO::Select to control stdin
and stdout of GPGP. Are there any issues that I should be aware w/ these
packages under mod_perl? Any suggestions and comments would be greatly
welcomed.
Thanks in advance
-r



Re: open3 and mod_perl

2002-03-13 Thread Geoffrey Young



Rasoul Hajikhani wrote:

  Hello folks,
  I am writing a web interface for the GPGP module that would allow users
  to create a new public and private key and adds them to the corporate
  key ring. I will be useing IPC::Open3 and IO::Select to control stdin
  and stdout of GPGP. Are there any issues that I should be aware w/ these
  packages under mod_perl? Any suggestions and comments would be greatly
  welcomed.
  Thanks in advance


I don't use IPC::Open3, but this is still in the STATUS file

http://marc.theaimsgroup.com/?l=apache-modperlm=98839218229712w=2

marc seems to be down at the moment, so this might be the same report (I can't
remember)

http://mathforum.org/epigone/modperl/dwoxmixsnen

HTH

--Geoff