Mine GO BOOM - Fri Jan 17, 2003 1:26 pm
Post subject:
If you do java correctly, it isn't too slow (though it is). Like say you were using SQL for the db, you can have SQL do about EVERYTHING that is needed for the billing server except sending the info back and forth. So as long as he is only using java as a forwarding system of messages from zone <-> sql and zone <-> zone relationships, then he is doing fine.
SOS - Fri Jan 17, 2003 2:06 pm
Post subject:
Still scared me when I read it
Dr Brain - Fri Jan 17, 2003 4:35 pm
Post subject:
I've been programming in Java for 2 years, so go bug someone else
. Java's speed is acceptable for an application like this, and the portablilty is VERY nice.
Yes, I am planning to use MySQL, but as I have not programmed with it before, I will finish a complete port of Catid's biller, then add/fix stuff. This has the added benefit of making me know the biller inside and out in a language I can program very well in. After that, I can add all of the features and have it run on Linux.
SOS - Sat Jan 18, 2003 2:00 pm
Post subject:
Port? Meh... I hope you don't mean a 1:1 port. Catid's biller is not really well made for long-term use.
All his soft (except MERVBot, more or less) is meant just as a tech test(Like SS. That thing was not really well made, really).
So I would say making a new one from ground up(And ignoring the current protocol since you can make your own and better with ASSS) would be much better.
Altough if you haven't made soemthing like this before, Catid's biller does show you stuff.
Dr Brain - Sat Jan 18, 2003 5:12 pm
Post subject:
An interesting point, and I think you are right, I will wait until the asss source is released to write the biller, as this has some other interesting bonuses. I'm not very far into the port anyway.
Anonymous - Wed Feb 26, 2003 6:50 pm
Post subject:
http://forums.minegoboom.com/viewtopic.php?t=488