Seems also that Java is more easier to use to make software... And yea better management of memory :):
Printable View
Seems also that Java is more easier to use to make software... And yea better management of memory :):
Can't decide on if I want to write my own server side to handle it or just use the existing HTTP daemon probably running on the same server to deal with it...
I already have a semi working server side written in Java but I really just can't decide if I should scrap it...
Oh... You wrote a server side software to handle this work...
Yup, maybe it's better to seperate this from the current HTTP daemon.
But keep the base64 decoding on client side. So it will be coded when sent from server then decoded by the client.
this tool's will crash after a few moment if using X64, and X86 will be same.
but after crash i recopy or re-extract the exe, and it run's again for a few hours... then it back crash again.. and i repeat from re-copy again :blushing:
hey Zorno. is there an update for this tools?
this is a realy cool tool's
btw don't foreget to fix it with X64 OS :tongue:
Its running fine here on win 7 Ultimate 64
Also its running fine with mono on linux ( 64 bit system )
If you get framework errors its because the server is not sending the data fast enough. I have that ~ 2 times per day.
There is only one line in that errordescription that is important:
System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
Looks like your webserver is causing trouble :/:
Dunno what to change. Maybe Jetty is simply too slow to handle all requests. Im using apache2 and it runs fine ( exept those 2 times per day timeouts )
Maybe your cache is not high enough. There can be hundrets of things that causes that :/:
Thanks so much for this tool, it worked with my jd server. However is there a way to make it more than 20 lines? And if i can make the logs go to a php file i can view from a browser?
thanks =)
The number of lines is in that php file. Change the number 20 in the line with the tail command to whatever you like but better dont overdo it because this will also increase the network traffic it produces.
As a decoder fir the world2.chat file itself ? Hmm. Sure its possible but better think of the size this file grows to. I clean mine every week and its bigger than 600 mb when i do that. You dont want to transfer 600mb thru a php interface do you ?
You are right, i changed the chat to 10,000 lines. Do you suppose thats overdoing it? Alot of people are going to play my serv when it opens and i want to log everything xD Will that slow down an 8gig ram machine? What do you suppose is the max number of lines i should have is?
Oh and also!! You inspired me to make different broadcast channels ingame =3 I now have a customized radio and chat =3 Those were some great ideas thanks <3
--- Oh and another question about the chat watcher, Is there a way to stop it from going to the beggining of the chat every 10 seconds? Im trying to read like 50 lines of chat and it keeps going to the first line skipping up every 10 seconds and its annoying :/