Some ways to avoid needing a public ticketing system
Suppose that you are in the situation from yesterday's entry , where your support volume is too high to let youuse a single support alias that everyone is on but particular supportrequests are passed from person to person. As it happens, I think thatthere are still ways to avoid having a public ticketing system as yourprimary support method.
The problem that a public ticketing system is really solving here isthat you need a separate point of contact for each ticket that goesto several people (but not everyone)
貓降甘霖
話說今晚Ding Ding又坐在她喜歡的Keyboard上, 於是我抱了Ding Ding出廳, 當然先要確認蜜柑不在其中. Ding Ding一如以往, 鑽在電視櫃後. 然後她在一旁的蜜柑沙盤左嗅嗅, 右嗅嗅, 就地放下熱辣辣新鮮貓屎一團, 做
不可能
第六組公民監察宣傳片(競選版)
A use for ticketing systems as your primary support method
In the past, I've been somewhat negative abouthaving a ticketing system as the primary method of talking with thesysadmins. But I have to admit that sometimes such a ticketing systemactually makes sense, and here's one example:
Suppose that your support group is sufficiently busy (you serve eithera large organization or one with a lot of problems) that a singlesupport alias would have too much traffic to be read by everyone all ofthe time. In this environment you have to hand support requests to
What typing ^D really does on Unix
Everyone knows what ^D does on Unix; it generates an end of file,so that cat or various other programs will exit (especially ifthey have accidentally wound up reading from standard input ).
But this is just the usual effects of typing ^D; it is not whatit actually does. What ^D actually does is simple but subtle:
Typing ^D causes the tty driver to immediately finish a
read().
Normally doing a read() from a terminal is line-buffered inside thetty
Why the Unix EINTR semantics (probably) exist
Given the problems that the POSIX EINTR stuff causes to various programs, one might wonder why they existat all. Why not make all system calls restart when signals aredelivered?
What I believe it comes down to is library safety.
Suppose that your signal handler wants to change the main flow ofthe program. There are two plausible mechanisms for this: you canimmediately transfer control back to the main flow of your program withsome changes (the traditional setjmp()/longjmp() approach), or you can
沒有台就搭一個吧!--爭氣故事之林玉鳳 (轉貼)
(好友參選,小弟為其刊物寫下以下文章--一篇我保證用了很多真情實感寫的文章)
要了解林玉鳳表面看來一點也不難。你開電視,很可能就看到她議事論事;你翻報紙,很容易就讀到她的文章;Google一
It's a thorny question. We're looking for ways to link with our distant friends. And yet, we might not want certain people (oh, say, our parents) to access our profile page. No matter how