× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Jon Paris wrote:
When we wanted a handout upload facility for our conference
speakers, we started with FUPLOAD (much of the rest of the
SystemiDeveloper.com site is done in CGIDEV2) but it was just
too slow.

The FUPLOAD installation program automatically sets up an HTTP server. And when I tested FUPLOAD under that configuration there was a delay of about 40 seconds on the initial call. But when I configured my default server to run it, the delay never occured.

I studied the code quite a bit and even converted it to free-form in WDSC, and tested it in Debug mode. It turns out that there's just one ALLOC, one read from STDIN and one write to the IFS file. It performed fine for me. ALLOC as a 16 meg limitation. But I think you can get around that by doing multiple reads from STDIN and multiple writes to the IFS file.

The Net.Data macro is a lot simpler. I like that. Your PHP sample was so terse that it was hard for me to understand. I come from a COBOL background, and prefer verbose code, perhaps. Notwithstanding, I'm interested in learning more about PHP.

Nathan.

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.