Monday, September 7, 2009

Damn, maybe I am good

So I worked on the chat client assemblage again today and figured out that the best way to do it was probably...the way I was doing it. I looked at many ways for the web service to store the state variables. (There are state variables for web services). All of it came down to the variables being tied to a specific user session, which wouldn't do me any good. I looked at cache, session, even using a small dataBase. The dB would take too long, longer than just writing a file to the server. I may move to another interesting project. I still gotta get me a job. UPDATE: It works, and it fetches text as a person types. So in midsentence you'll get an update then it will fill in the rest. Thank you setInterval.

No comments: