|
Next Meeting: Sat, TBD
Meeting Directions
|
Navigation:
20 Most Recent Documents
Search Archives
Index by date,
title,
author,
category.
|
|
Features:
Mr. Know-It-All
Ink
Download!
|
|
|
|
|
|
|
SCOUG:
Home
Email Lists
SIGs (Internet, General Interest, Programming, Network, more..)
Online Chats
Business
Past Presentations
Credits
Submissions
Contact SCOUG
Copyright SCOUG
|
|
Pictures from Sept. 1999
|
|
The views expressed in articles on this site are those of their authors.
|
SCOUG was there!
|
|
Copyright 1998-2024, Southern California OS/2 User Group.
ALL RIGHTS RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the
Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of
International Business Machines Corporation.
All other trademarks remain the property of their respective owners.
The Southern California OS/2 User Group
USA
|
|
|
SCOUG-Programming Mailing List Archives
Return to [ 21 |
September |
1998 ]
<< Previous Message <<
>> Next Message >>
In , on 09/21/98
at 10:11 AM, MDINET!ELMONTE!TomE@mdipo.attmail.com (Emerson, Tom #
GPS-MDI) said:
>What do they mean by "not network aware"? Nowadays, I would think that
> would translate to "not multi-process aware" since you should be able to
> "export" the directory containing the database for access by other
>workstations, the program running on the other workstation should "think"
> that the data base is on a local drive. From the point of view of the
> workstation containing the database, someone accessing the data "from
>the network" should appear as simply another process reading a
>(shared) file.
> Someone accessing a file on your system while you are accessing it
>locally should look no different (to your system) than two processes on
> your own system running concurrently.
This is somewhat true. These days "network aware" usually implies
client-server. The personal edition may only support one process
accessing the database at any time, dunno. DB/2, like it's peers, is true
client-server. The clients have no direct access to the DB. All requests
go to the servers (yes there may be multiple instanaces). "Network aware"
in this case means that the client "knows" how to connect to a server over
the network.
I could go on a bit about locking. Let's just say that file locking is
best avoided when dealing with databases. Locking is done at the record
level and with as few restrictions as possible. Otherwise performance
goes in the tank.
Steven
--
-----------------------------------------------------------
Steven Levine MR2/ICE #10183
-----------------------------------------------------------
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 21 |
September |
1998 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|
|