Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-11 | I just added a comment, don't ask... | Mike Buland | |
2007-09-11 | Ok...forgot a couple of things. Bu::ItoServer now monitors all client | Mike Buland | |
connections and actually cleans up behind them when they're all done. Seems important. It also will cleanup any lingering sockets that are laying around at destruction time, although right now unless you force-stop the server thread there is no way to interrupt it. That'll come in a bit. | |||
2007-09-11 | Everything seems to work with the new Bu::ItoServer class, it operates very, | Mike Buland | |
very similarly to the Bu::Server class, except that every incoming connection gets it's own thread. This functionality may have to be tuned later, to allow for maintaining a pool of connections as an option, but this is fine for now. |