Re: File Buffering

2004-10-01 Thread Dirk Bremer \(NISC\)
Peter and Michael, Your advice seems to have done the trick. Have a great weekend. Dirk Bremer - Systems Programmer II - ESS/AMS - NISC St. Peters USA Central Time Zone 636-922-9158 ext. 8652 fax 636-447-4471 [EMAIL PROTECTED] www.nisc.cc - Original Message - From: "Peter Guzis" <[EMAI

RE: File Buffering

2004-10-01 Thread Peter Guzis
select YOURFILEHANDLE; $| = 1; # enjoy unbuffered file goodness -Original Message- From: Dirk Bremer (NISC) [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 1:28 PM To: [EMAIL PROTECTED] Subject: File Buffering I wrote and use a module that provides a standardized logging mechan

File Buffering

2004-10-01 Thread Dirk Bremer \(NISC\)
I wrote and use a module that provides a standardized logging mechanism to STDOUT and to a defined log file. I have several Perl programs that run all of the time and use this module. The log file is opened at the program start and closed at the program end. There is nothing particularly fancy or c

RE: Win32::Process::Create Sillyness!

2004-10-01 Thread Peter Guzis
For there to be a deficiency with this particular aspect of Win32::Process::Create, there would also need to be a deficiency with the underlying CreateProcess() Win32 API. The actual cause here is the omission of "notepad" in the $appname argument. Win32::Process::Create($obj,$appname,$cmdline,

Win32::Process::Create Sillyness!

2004-10-01 Thread Erik Felton
Hello, I've checked the mailing list archive on active state and I can find no reference of my issue ever being mentioned. If it has, I apologize in advance for covering old ground. Anyway, I just found what IMHO is a deficiency with Win32::Process::Create. The 3 parameter (arguments pas

RE: Simple threading has large handle leak (need help)

2004-10-01 Thread Ben Conrad
After compiling and testing on 5.8.5 this handle leak and memory usage issue has been resolved. Ben -Original Message- From: Ben Conrad [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 11:52 AM To: Perl-Win32-Users Subject: Simple threading has large handle leak (need help) He

RE: How to compile 5.8.5 on Windows?

2004-10-01 Thread Ben Conrad
I finally got this working with the free Borland compiler. Basic steps: - get dmake, set for Borland - Set makefile.mk in .\win32 dir to use Borland env - copy brcc32.exe to rc.exe in Borland .\Bin directory make -v make -v install ...Overall, a painful process for me. Ben -Original M