|
Can I still ask about this? Its important because there are ways to design web applications that can capitalize on threading ( as the browser user bounces around from page to page on your site, run a new thread each time the user jumps out of the normal page driven flow of the site ).
Serializing access to common internal data structures of an rpg pgm can be handled by a mutex, no? In Win32 there are a series of CriticalSection APIs that are made to handle these threading issues. This way, each thread does not need its own set of internal data structures. All the threads share the same data and use mutexs to serialize access.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.