blaze Spinnaker
1/2 Serious
Join date: 12 Aug 2004
Posts: 5,898
|
08-30-2004 15:24
Anyone test this?
I have scripts which send messages to themselves..
|
Grim Lupis
Dark Wolf
Join date: 11 Jul 2003
Posts: 762
|
08-30-2004 15:32
I recall reading somewhere that they undid that change shortly after it was announced, because many people complained about it.
Personally, I preferred the new method, but I'm a vocal advocate against changes that break existing code, so when people complained, I kept my mouth shut.
_____________________
Grim
"God only made a few perfect heads, the rest of them he put hair on." -- Unknown
|
blaze Spinnaker
1/2 Serious
Join date: 12 Aug 2004
Posts: 5,898
|
08-30-2004 16:09
Link to a thread?
I'd probably be OK with this if there wasn't a 16K limit on scripts. Since there is, I can't afford to create a new procedure everytime I want to call a messaged routine on myself.
My general arch is:
link_message() { ..
if (msg==proc1)
..
if (msg==proc2)
..
etc
}
having to generate a proc1() {} just to send a message to myself takes up too much memory unfortunately.
|
Jake Cellardoor
CHM builder
Join date: 27 Mar 2003
Posts: 528
|
08-30-2004 17:37
From: someone Originally posted by blaze Spinnaker Link to a thread? /invalid_link.html
|