Sponsored Content
The Lounge What is on Your Mind? What was your first computer? Post 302373573 by edfair on Friday 20th of November 2009 09:07:44 PM
Old 11-20-2009
As IBM FE in early 60s got to see all the old stuff still installed prior to the 1401s. Was supposed to go to 7080 school but cancelled at last minute and sent to fixing EAM stuff. Got to "penny a day" on a 1401 and hands on repair on some 1402s if it was card drive stuff. Amusing stuff was not paying attention to signing with penny a day, comparison for last day failed, the high speed 1403 probably went through 30 pages before I got it stopped.
First owned was 6800 SWTP starting with 1 K, ending with 6800 and 6809 mixed manufacturers, up to 48K and hard drives. Proud of hardware hacking a bitbanging serial port to make it SASI and driving up to 3 hard drives and 4 floppies on a WD controller. And the software hacks to patch in the drivers, most of which I wrote in assembler or machine language. Did the full TRS line as a leasing and service company with some basic programming for quick & dirty jobs, then transitioned into PC stuff when I finally saw the handwriting on the wall. Missed the MCA fiasco because the ISA stuff was still selling.
Jumped into a hardware problem when 3 other companies had failed to fix a machine, had to learn Xenix in the process, and ended up with a life consumed by SCO stuff.
 

7 More Discussions You Might Find Interesting

1. Programming

getting computer name

Hi all! Is there any function to get the name from a computer by the IP adresse? Thank you in advance! Greetings Mario (2 Replies)
Discussion started by: coredump2003
2 Replies

2. UNIX for Dummies Questions & Answers

xwindow on old computer

hello at first sorry for my english... i know it isn't good but i hope you can understand me i want to install xwindow on my old pentium133MHz, 49MB ram memory, graphic card - stb horizon64 1MB (with old monochromatic monitor - horizontal 30.6-36.0, vertical 50-90) all this under redhat6.1...... (1 Reply)
Discussion started by: pgas
1 Replies

3. UNIX for Advanced & Expert Users

who - PC Computer name

Does anyone know of a way of identifying the PC / client name rather than IP address via who or some other AIX command (5.3). (4 Replies)
Discussion started by: gefa
4 Replies

4. UNIX for Dummies Questions & Answers

Computer Does NOT Ping

Hi, I cannot ping my IP address on the following settings and was wondering if anyone knows a solution to make the computer pingable. Windows XP Media Centre Edition Service Pack 3 Wireless Router DLINK DSL-G604Tv2 Wireless Connection Windows Firewall - disabled completely by "stopped in... (2 Replies)
Discussion started by: timmc10
2 Replies

5. What is on Your Mind?

How Many hours on Computer?

How many hours you spend on Computer in a day??? (10 Replies)
Discussion started by: malcomex999
10 Replies

6. UNIX for Dummies Questions & Answers

Can't shutdown the computer

i cannot shutdown my computer through GUI or CLI when i put the command shutdown -P/-r nowor press the shutdown button it goes to the login prompt and stays like that afterwards, so i press CTRL+ALT+delete (which works) but that only restarts it and closes processes like winbind and apache ... (6 Replies)
Discussion started by: mi117
6 Replies

7. UNIX for Dummies Questions & Answers

Please help my computer has been compromised

Hi everyone, I hope I am posting in the right spot and I really need some help. I am going through a horrible divorce and I am afraid that my husband has compromised . He set up my mac computer and router and for my job set up remote access for me. I caught him cheating on me and I think he... (6 Replies)
Discussion started by: kk243665
6 Replies
EVIDLE(3)								 1								 EVIDLE(3)

The EvIdle class

INTRODUCTION
EvIdle watchers trigger events when no other events of the same or higher priority are pending ( EvPrepare , EvCheck and other EvIdle watchers do not count as receiving events ). Thus, as long as the process is busy handling sockets or timeouts(or even signals) of the same or higher priority it will not be trig- gered. But when the process is in idle(or only lower-priority watchers are pending), the EvIdle watchers are being called once per event loop iteration - until stopped, that is, or the process receives more events and becomes busy again with higher priority stuff. Apart from keeping the process non-blocking(which is a useful on its own sometimes), EvIdle watchers are a good place to do "pseudo-back- ground processing" , or delay processing stuff to after the event loop has handled all outstanding events. The most noticeable effect is that as long as any idle watchers are active, the process will not block when waiting for new events. CLASS SYNOPSIS
EvIdle EvIdleextends EvWatcher Inherited properties o public$is_active o public$data o public$is_pending o public$priority Methods o public EvIdle::__construct (callable $callback, [mixed $data], [int $priority]) o finalpublicstatic object EvIdle::createStopped (string $callback, [mixed $data], [int $priority]) Inherited methods o public int EvWatcher::clear (void ) o abstractpublic EvWatcher::__construct (void ) o public void EvWatcher::feed (int $revents) o public EvLoop EvWatcher::getLoop (void ) o public void EvWatcher::invoke (int $revents) o public bool EvWatcher::keepalive ([bool $value]) o public void EvWatcher::setCallback (callable $callback) o public void EvWatcher::start (void ) o public void EvWatcher::stop (void ) PHP Documentation Group EVIDLE(3)
All times are GMT -4. The time now is 02:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy