|
From: JaeHyun R. <wo...@gm...> - 2005-11-26 17:42:38
|
interesting idea to think about :) It's just like a view port concept in game programming world. deviding screen as a several view, and display a different context for each view... :) But I wondering that there is any needs to use the same physical monitor more than one person. There are situations that the monitor is not insufficient. But, when more than one person shares the same physical monitor in the same time, I think it's inconvinient unless there are very large screen to using as monitor... :) Anyway, It could be a quiet interesting idea to implement :) Good :) good night ^^... On 11/26/05, Manuel Hohmann <mho...@ph...> wrote: > > Hi all, > > last night I was thinking about further ideas for resources that can be > shared and divided and I think that Trion would be just the right OS to > implement these ideas. > > The monitor is obviously a resource consisting of an array of pixels. It > can > be divided and parts (or all) of it can be granted to application program= s > - > this ist most commonly done with rectangular regions of the screen, known > as > windows. But of course there could also be circular regions or whatever, > so > nobody limits us to using ordinary windows. > > Keyboard and mouse are also resources and can be used by one program at a > time, which is then said to own the focus. It receives all the keyboard > and > mouse events. But of course nobody would keep a computer user from > connecting more than one keyboard or mouse. Normally this doesn't make > sence > because there is only one focus and it doesn't matter on which keyboard > something is typed. But what if there are several focuses? That would mak= e > it possible to use two or more applications at the same time. > > But what would this be good for? One user probably can't use two keyboard= s > at once. But if there are several users, they can work simultaneously > (provided there is enough space on the screen or maybe two screens). Of > course this idea of a multi-user system is not new but already used by > Unix > and it's clones. But as far as I know this only works via a network, with > one server running all the software and several clients or terminals. I > haven't heard of any OS supporting several users physically on the same > pc. > > Sorry for being quite inactive recently... I have just started my diploma > thesis... > > Regards, > Manuel > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > Trion-kernel-dev mailing list > Tri...@li... > https://lists.sourceforge.net/lists/listinfo/trion-kernel-dev > |