× 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.


  • Subject: RE: Ready to scrap an AS/400
  • From: pytel@xxxxxxxxxx
  • Date: Mon, 24 Jul 2000 12:16:41 -0500


> 1. SQL database IO requires about 10 times more memory than an RPG
program
> and between 5 and 100 times more CPU cycles.

I would not say that SQL is much less efficient then native DB.
It depends (as is often) on how SQL is used.
SQL tends to be less efficient for single-record access.
But it also tends to be much more efficient to operate on sets of records.
Switching to SQL requires somes change in application design, a step which
is often overlooked.


> 5. Most client server applications are written in C.  C programmers use a
> lot of pointers.  On Unix and NT machines, C pointers are very efficient
-
> modifying a pointer is a very light-weight operation.  On the AS/400,
> pointer manipulation requires considerably more CPU cycles.  The obvious
> throughput difference makes the AS/400 look bad compared to Unix and NT.

AS/400 pointer manipulation is no less efficient than on other platforms.


> 6. Performance monitoring has not kept up with client server
applications.
> For example, have any of you ever used SQL over ODBC (Client Access
Express)
> and tried to figure out which QZDASOINIT job belonged to you?

WRKOBJLCK xxx *USRPRF will show you all active jobs, associated with user
profile xxx.




+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.