Project

General

Profile

Feature #1786

implement server-side support for non-UI client features (file system mgmt, steam I/O, process launching, environment access...)

Added by Greg Shah over 11 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
Due date:
% Done:

0%

Estimated time:
40.00 h
billable:
No
vendor_id:
GCD

Related issues

Blocks User Interface - Feature #1785: implement server-side redirected terminal support Closed

History

#1 Updated by Greg Shah over 11 years ago

  • Target version set to Milestone 12

#2 Updated by Greg Shah about 11 years ago

  • Assignee set to Greg Shah
  • Status changed from New to Closed

This task is no longer needed.

The initial idea was that server-side applications (batch programs, appserver, webspeed...) would be able to leverage features normally designed for client-side usage, but that these features would be executed inside the server process. Upon further consideration, this idea won't work. The basic reasoning is that these client features all entail state that can be different for each process. In the 4GL, the appserver support is really implemented using multiple 4GL client processes and every batch program is likewise a separate client process. This means that these processes each have their own state. If that state was resident in the P2J application server and had a Java-backed representation, then it could be "virtualized" to separate each "process" from one-another. But each of these client-side features has state that exists at the operating system level (e.g. the current directory for a process, file descriptors or the environment) and/or in 3rd party code (e.g. DLL instance data). This state is outside of the control of the Java server and thus we must actually retain the multi-process client design of the 4GL. The processes will still run on the same server system, but for each appserver/batch process there must be a corresponding client process that can be used to execute/contain these features.

#3 Updated by Greg Shah over 7 years ago

  • Target version changed from Milestone 12 to GUI Support for a Complex ADM2 App

Also available in: Atom PDF