Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!spool.mu.edu!samsung!dali.cs.montana.edu!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!wuarchive!csus.edu!ucdavis!csusac!unify!openlook!openlook-request From: openlook-request@openlook Newsgroups: comp.windows.open-look Subject: Re: Variable names - reserved! Message-ID: Date: 20 Feb 91 15:50:13 GMT Lines: 20 > While writing an OW2 interface I had a global variable called 'select'. > There's no mention of this being a reserved word in the programming > manual (page 49) so I guessed it was OK. WRONG! Could it be that the notifier uses the select() system call? Depending upon scope of course, without the (), "select" could then be a ptr-to-fn-ret-int and not your global variable. Try using a "static" instead. But it shouldn't trash the server connections, just your appplication. > While I'm here, has anyone got any tips on making OW run faster. I've > got an SLC and it's so slow - like 3 mins to start etc. Most people here > have gone back to Sunview. How much RAM do you have? It seems that 16 MB is the minimum needed for decent performance on our SS1's. Frank G.