Mon, 26 Mar 2007

3:59 PM - asgn

This programming assignment is so annoying. I have to write an ATM using C + TCP sockets and since it must handle multiple requests on the server end, I'm using pthreads.

I just finished writing the deposit function for the server. I've still got to write withdrawal and transfer functions. I originally calculated that I should be on the client piece today. This isn't so good.

Most of the functions are similar but with the locking i have to do since its multithreaded it makes it a big hassle. Everytime I write a function, i take a few minute break. If I don't, I'll go nuts!

location: Home

0 comments