World: r3wp
[!AltME] Discussion about AltME
older newer | first last |
Henrik 26-May-2009 [3654] | It's definitely a technical limitation. There was a limited release of a version with a much bigger file size limit, but AFAIR, it was unstable and quickly retracted. |
Graham 26-May-2009 [3655] | Probably just unable to accept the new connection. |
Reichart 26-May-2009 [3656] | Yup... |
ddharing 26-May-2009 [3657] | OK. Thanks for the update. |
amacleod 27-May-2009 [3658] | I'm a little worried about granting everyone group rights in the world I'm creating. It will be mostly NYC firefighters, many of which have little computer/internet/web experience and might delete groups accidently or maliciously as the are a group that is not always as well behaved as most reboler's. But at the same time I want them to be able to create private groups. If a group is deleted how difficult is it to restore it...if possible...with previous messages. |
Brock 27-May-2009 [3659] | I wouldn't grant this then. Have a group for "new discussion topics", and your trusted admins can create them when available. |
amacleod 27-May-2009 [3660] | That's kind of what I thought I would do but the attraction of the ability to form private groups is too great not to take the initial risk. I can form new policies later if problems occur. I just want to be able to restore a group or groups in the event of... |
amacleod 29-May-2009 [3661] | Is there anyway to read the server files data outside of altme to monitor users that are active (online) in a world? |
Geomol 29-May-2009 [3662x2] | Look in the file "users.set". Last date field seems to be, when people was active. |
Or maybe that's just last login or logout!? | |
amacleod 29-May-2009 [3664] | I looked throught hte files but I could not see an indication of active users. Perhaps that is held in memory... |
Sunanda 29-May-2009 [3665] | As far as i can tell, the files stored under the world name show only when a user joined and when they last posted. Clearly, AltME is sending connection information -- we can all see that if we sort the Users list by Status. But is there an API to access that? There may be an answer available here :-) http://www.altme.com/feedback.html |
BrianH 29-May-2009 [3666] | Lots of dropouts the last couple days... |
Maxim 29-May-2009 [3667] | <sigh> got one while trying to post a message about drop outs... irony if there is any in altme. |
Graham 29-May-2009 [3668x2] | kee dropping out today ... and lost my 3rd message. |
even lost the "p" in the above message | |
Maxim 29-May-2009 [3670] | seems better than 2 hours ago... it was dropping about every minute. |
Graham 29-May-2009 [3671] | So, is this a network issue to rebol.net? |
Maxim 29-May-2009 [3672x2] | I am pretty sure it is. |
we've all been feeling it the last few days. | |
Reichart 29-May-2009 [3674] | I notice FaceBook is really bad too, but not other sites................hmmmm... |
Maxim 29-May-2009 [3675x3] | one of BCE's MAIN DNS went down today for almost 30 minutes... |
actually all ip stuff went down. :-( | |
bell (BCE) is one of the two major web providers in quebec. | |
Maxim 30-May-2009 [3678] | Reichart, can you confirm that nothing is screwed up on the machine running this world, or its internet access... it is seriously breaking up. earlier, I had a drop every 30 seconds, I tried to post a message 7 times... graham and I had to chat elsewhere cause it was getting just to insane. |
Sunanda 30-May-2009 [3679] | Just took me three AltME restarts to post a private message to Reichart. That "Internet Busy" text string deserves some extra remuneration for all the hours it is working. |
Louis 30-May-2009 [3680] | I lost a message also. |
Pekr 30-May-2009 [3681] | Maybe someone could contact Carl and ask him to restart worlds? IIRC it helped in the past ... |
Maxim 30-May-2009 [3682x2] | I am guessing the altme server is near a critical memory limit. |
or has a flaky web connection | |
Oldes 30-May-2009 [3684x2] | or someone is attacking it? |
I wonder if AltME is able to detect some brute force actions. | |
mhinson 30-May-2009 [3686x2] | I have been looking at my WireShark output during one of the recent AltME problems. What seems to happen is that the server stops responding to the client keep alive requests (sent evey 5 seconds normaly), but the IP address keeps responding to my pings with almost no dropped packets or increase in latency. |
After a while the client stops sending keep alives & the view changes away from the "chat" view. Changing back to the chat view causes the client to create a new TCP connection (local port number changes) & exchange some ?authentication? data & some larger blocks of data too. After that the server stops responding to the keep alives again & the process repeats. | |
Pekr 30-May-2009 [3688] | Oldes - btw - I got some reply from Carl. He said that it is not problem to post related sources to the area of interest we want to fix. It might mean he is not willing to release all altme source code. But I think it might be a good start. So if we e.g. want to fix the URL parse bug, I think we can manage it? |
Sunanda 30-May-2009 [3689] | Good result, Petr. Can we manage it? Well, partially, it'll depend on how well written the code is:-) If we can manage it, we may get a shot at some other fixes too. So let's at least try |
Maxim 30-May-2009 [3690] | the post dropping is the # 1 bug in Atlme. lets just prevent it from flushing the text area before it receives the post, and at least we won't be frustrated. the clearing of the view when a connection is dropped is also EXTREMELY annoying... you have to click back on the group, and it clears te "unread" bg color and resets the scrollbar. these can be changed without any real coding change required... its just preventing a few things in the gui/network event handling. maybe we could just the bg of the Network status to RED, that accomplishes the same goal, but doesn't turn us into enraged altme users. |
mhinson 30-May-2009 [3691] | If the code is being kept mostly private perhaps at some stage it will be developed further as a comercial product, in which case it would seem usefull if we as test users record a list of bugs & useability suggestions in a structured way perhaps? |
Sunanda 30-May-2009 [3692x2] | [fourth time of trying to post this]: thanks for the analysis of the connection problems, Mike. |
[third repost]: There's a good list of bugs and suggestions starting here: http://www.rebol.org/aga-display-posts.r?post=r3wp151x457 | |
Graham 30-May-2009 [3694x4] | hehe .. this was my suggestion in 2005 "security - stop unauthorised users from removing/renaming groups" |
But I think the most important bug to be fixed is to stop losing messages. Eg. create a buffer to store the outgoing message. | |
As a test I have both the r3-alpha world, the r2-beta world and this one open. I got dropped multiple times from this one but the other worlds were fine during this. | |
So, it looks to be world specific ... | |
mhinson 30-May-2009 [3698] | Sunanda, thanks for the link. I had a good read of that and was surprised to not find any requests for keyboard shortcuts, paticularly the use of the arrow keys to scroll lists & text.. That would be my top request I think. |
Steeve 30-May-2009 [3699x2] | I wonder if the problem comes from people with a bad connection (like me). Strangly, each time my connection to internet makes a fuss, i can see complaints on Altme. o_o' |
And i'm only connected to that world | |
Reichart 30-May-2009 [3701x2] | The web is a flutter with how slow FaceBook is too... |
And for the exact time frame we have seen it heere too....hmmmm... | |
Graham 30-May-2009 [3703] | maybe this server needs to be reset or something. |
older newer | first last |