Path: utzoo!attcan!uunet!decwrl!sdd.hp.com!hplabs!otter.hpl.hp.com!otter!ag From: ag@otter.hpl.hp.com (Ajay Gupta ) Newsgroups: comp.os.os2.programmer Subject: Re: PM from SDK Message-ID: <43330002@otter.hpl.hp.com> Date: 11 Oct 90 06:59:11 GMT References: <16134@rouge.usl.edu> Organization: Hewlett-Packard Laboratories, Bristol, UK. Lines: 34 >/ otter:comp.os.os2.programmer / pcb@cacs.usl.edu (Peter C. Bahrs) / 4:10 am Oct 9, 1990 / >I am totally disgusted with windows 3.0 and sdk programming? >Why, because my cost for hardware (speed and memory and extra >monitor) has gone up! > >I can say that after 4 years of serious SDK windows programming, I still >like X (Interviews and Motif) much better because of the feel. >What is development in the OS2/PM environment like? > >Does OS2/PM do preemptive scheduling? What is debugging like? >Do I need a dual display? How is the OO PM environments like >Smalltalk, stable? > >Now that I have the horsepower for doing windows stuff, it occurs to >me that I can and may switch to OS2. > I havent't programmed in windows but i've done a quite a bit of programming and reading up on PM and will say the following things 1) OS/2 PM does premptive scheduling 2) Debugging a PM applicationb is quite painful because since a whole lot of messages are kept in a system wide queue wand the fetching of the messages is serialised. SO if any of application for whihc the message is intended is not able to do so, it will choke up the whole OS/2 machine ?? Yum. THings like exchanging window focus and retreiving timer messages should be taken care of immediately for the same reason as above. 3) Having a dual display woulld help in running the debugger in a separate window however that wouldnot alleviate the message queue problem. Otherwise i should say that the PM is a pleasure to work with !! Cheers ANUPAM SAHAI