D
Derek Martin
Hi there, I have a program that I am trying to deploy that checks a DB for
messages to a client every 15 seconds or so. If it finds one, it does some
stuff, then updates it in the DB as 'ACK.' I can't make it work for the
life of me and was wondering if someone would be so kind as to take a peak
at my code to offer some suggestions on 'best practice' for this type of
thing.
I am not averse to dumping the DB idea and going with some kind of port
listening, but just in general I need to be able to put a message somewhere
for a client that is then read in a sleeper process (without interupting the
rest of the program) and do stuff with that message.
Would someone be so kind? I don't want to attach the full source code of
the project here (30,000 ish lines), so if you could assist, just message
me.
Thanks!
Derek Martin
messages to a client every 15 seconds or so. If it finds one, it does some
stuff, then updates it in the DB as 'ACK.' I can't make it work for the
life of me and was wondering if someone would be so kind as to take a peak
at my code to offer some suggestions on 'best practice' for this type of
thing.
I am not averse to dumping the DB idea and going with some kind of port
listening, but just in general I need to be able to put a message somewhere
for a client that is then read in a sleeper process (without interupting the
rest of the program) and do stuff with that message.
Would someone be so kind? I don't want to attach the full source code of
the project here (30,000 ish lines), so if you could assist, just message
me.
Thanks!
Derek Martin