I would look at the nsbgwrite: http://junom.com/gitweb/gitweb.perl?p=aolserver.git;a=tree;f=aolserver/nsbgwrite
This is also in the AOLserver head. Basically, pass off a socket to a dedicated thread and use the tcl non-blocking i/o to multiplex communication. If you want to actually interact with the server, you could look at my very deficient nsjabber code: http://rmadilo.com/files/nsjabber/ Jabber maintains persistent connections to clients, so this code is an example of what you are trying to do. Of course jabber sucks and requires xml events, but this is what you get with persistent connections. On Tue, Mar 23, 2010 at 11:06 AM, Alexey Pechnikov <pechni...@mobigroup.ru> wrote: > Hello! > > Is it posiible for AOL architecture to manage a lot of persistent connections? > Or may be we need search another servers for this task? > > Best regards, Alexey Pechnikov. > http://pechnikov.tel/ > > > -- > AOLserver - http://www.aolserver.com/ > > To Remove yourself from this list, simply send an email to > <lists...@listserv.aol.com> with the > body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: > field of your email blank. > -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <lists...@listserv.aol.com> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.