G
gus
Guest
fine. i also said "multi-session" for a reason. the nxgas does use operating system threads internally for various things. an app server agent process contains a number of worker threads and handles some other number of concurrent 4GL sessions. Incoming requests (which could be destined for specific sessions if app is stateful, or not if stateless) are farmed out to worker threads fro processing. However, at this time the use of threads is entirely internal to the 4GL runtime. There are no language features related to threading and no new way for session to communicate with each other.
Continue reading...
Continue reading...