On Thursday, November 3, 2016 at 3:48:29 PM UTC-4, David wrote: > > Thanks for such a thorough response, Anthony! > > Long polling seems to be the way to go for my website. I've been reading > up on the tornado web socket all day. > > I'm nearing 100 users on my website and i believe that speed will be a > problem eventually. I'm deployed to python anywhere like you suggested; > however, i am using sqlite still. As of now, everything is working and i've > received no complaints on performance. Will there be a problem with long > polling while using sqlite? >
Use of long-polling/websockets will not affect the database. You just have to worry about how many reads and writes you are doing. You might get away with SQLite for quite a while -- see https://sqlite.org/whentouse.html. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.