Xref: utzoo comp.windows.x.motif:3378 comp.windows.x:37636 comp.windows.ms:13855 comp.windows.ms.programmer:3139 comp.sys.mac.programmer:26065 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!hsdndev!think.com!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!haven.umd.edu!mimsy!mojo!stripes From: stripes@eng.umd.edu (Joshua Osborne) Newsgroups: comp.windows.x.motif,comp.windows.x,comp.windows.ms,comp.windows.ms.programmer,comp.sys.mac.programmer Subject: Re: Neuron Data's Open Interface Message-ID: <1991Jun17.184618.10500@eng.umd.edu> Date: 17 Jun 91 18:46:18 GMT References: <1991May26.044051.5284@mstr.hgc.edu> <6592@vela.acs.oakland.edu> <1991May28.064919.16358@mstr.hgc.edu> Sender: news@eng.umd.edu (C-News) Organization: College of Engineering, Maryversity of Uniland, College Park Lines: 27 In article <1991May28.064919.16358@mstr.hgc.edu> beau1029@mstr.hgc.edu writes: [...] >I am looking for performance info on Open Interface-based applications >under MAC OS, OS/2 and Windows 3. Under X, performance should be >significantly improved due to the "X-windowless" nature of the archictecture. >A single X window is created for the application. (I would guess that >each dialog box would also get an X window...). All "widgets" (not >to be confused with Xt-based widgets) are drawn on that X window. Sounds >like Xt gadgets. So how do window-less objects make something faster? Less windows for the server to deal with, smaller working set, easyer to decide where events go. Bigger working set on the client side, larger working set, harder to decide what events go with what objects. What if you have objects that change look when the mouse rolls into them, or just change the mouse cursor? If objects had windows assoc'ed with them they could use Enter/Leave events (or just set the window cursor, and let the server do it all, no context switches there :-)). With no windows the only thing I can think of doing is asking X to tell you each time the mouse moves (or sit in a polling loop, which is worse). -- stripes@eng.umd.edu "Security for Unix is like Josh_Osborne@Real_World,The Multitasking for MS-DOS" "The dyslexic porgramer" - Kevin Lockwood "CNN is the only nuclear capable news network..." - lbruck@eng.umd.edu (Lewis Bruck)