Re: bytecode modules
John Olsson <[email protected]> Mon, 04 Apr 2005 16:08:15 +0200
| Newsgroups | gmane.comp.graphics.y.devel |
|---|---|
| Message-ID | <[email protected]> |
> What you _need_ is, as OP said, something restricted to what things on > your screen do. OpenGL primitives or somesuch. Not another virus engine. And when this same problem was solved by NeXT some 20 years ago they opted for DPS (Display PostScript) which was also used by Sun in the later cancelled NeWS project. James Gosling was one of the persons behind NeWS. You could basically send a small PostScript program implementing, for instance, a button from the server to the client. The small button program would then tell the server if the user had clicked on the button or not instead of having all that heavy communication between the client and server. Sounds familiar? ;) You can read a bit more here http://pepper.idge.net/disaster.html /John