PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: Loren Doornek on September 10, 2021, 06:49:38 PM

Title: Where is a *memory* file created? Client or Server?
Post by: Loren Doornek on September 10, 2021, 06:49:38 PM
Is a *memory* file using memory on the client or the server?  (For our particular instance, this is using a Linux server, and a Windx client using Simple Client/Server.)
Title: Re: Where is a *memory* file created? Client or Server?
Post by: Ken Sproul on September 10, 2021, 06:52:31 PM
On the server unless prefixed with [wdx] or [lcl].
Title: Re: Where is a *memory* file created? Client or Server?
Post by: Loren Doornek on September 10, 2021, 06:57:24 PM
Thanks, Ken.  That blows my idea out of the water.  We're getting an occasional error 278 on a memory file, so I was thinking it was a problem with the client.  Back to square one, I guess!