Yes, in general, common knowledge is that infinite loops are bad. Or something like that. But why exactly are they so bad? I mean, i understand why something like 'fork while 1;' is probably not a good thing, but what about things like daemons/servers? If i had a program running on an infinite loop that just read something once every 10 seconds and printed it someplace, would it just use the same amount of memory all the time?