World: r3wp
[!AltME] Discussion about AltME
older newer | first last |
Sunanda 23-Sep-2010 [4746] | -- Do you have a _lot_ of private messages between you and Chris? -- Do you see similar delays when private messaging with other members of this world? [It could be that the private message distribution process is affected, while the broadcast of public messages is not] |
Graham 23-Sep-2010 [4747] | i think it's time dependent |
Sunanda 23-Sep-2010 [4748] | Thanks. That suggests the server running this world gets overloaded at times. |
Graham 23-Sep-2010 [4749x3] | let me see how long this takes to post |
3 secs | |
but 7 seconds to send a private message | |
Henrik 23-Sep-2010 [4752] | a simple load indication from the server could tell something |
Maxim 23-Sep-2010 [4753x2] | private messages are single HUGE bin for every user. |
so if you've PM many times in the past with anyone, it all adds up. this *is* a design issue. some groups also have started to become rather slow (the view group, for example) | |
Sunanda 23-Sep-2010 [4755x2] | Hmm, so if Graham rejoined as GChiu (say) he'd have an empty private message set, and his messaging would be fast again.... ....Sounds like a good justification for a second account for a prolific member of a busy world. |
....Or for AltME to provide a purging mechanism for old private messages. | |
Andreas 23-Sep-2010 [4757] | (If the private message slowdown is true, that is.) |
Maxim 23-Sep-2010 [4758] | it is... I've discussed it directly with Carl :-) |
Andreas 23-Sep-2010 [4759x2] | Did you test it as well? |
discussion != empirics | |
Maxim 23-Sep-2010 [4761] | yes. I often create private groups to chat with people so its not mind-bogling slow. |
Andreas 23-Sep-2010 [4762] | Well, I guess someone should then revamp the storage mechanism. |
Maxim 23-Sep-2010 [4763] | Altme should really be released open source so we can fix these things. |
Andreas 23-Sep-2010 [4764] | My whole REBOL3 world data is a mere 62M on disk. Any noticeable slowdown occurring for this puny amount of data is somewhat .... surprising, to stay polite. |
Maxim 23-Sep-2010 [4765] | it has to transfer & update large blocks, which is where I guess the slowdown is... |
Andreas 23-Sep-2010 [4766x2] | Well, it surely does not post back the whole chatset just for adding a single message ... |
But maybe it does :) Who knows but Carl and those who wrote it :) | |
Maxim 23-Sep-2010 [4768] | that would be carl too ;-) |
Sunanda 23-Sep-2010 [4769] | It'd be interesting to know the size of Graham's private messages file -- 19.set in his case. {Andreas, yours would be 107.set] The files should be in altme/worlds/rebol3/chat But beware that Windows may be virtualising the files, so the latest copy may be well hidden elsewhere, |
Pekr 23-Sep-2010 [4770] | It seems there's noone who wrote altme ... it just came from the outer space :-) |
Andreas 23-Sep-2010 [4771] | My private messages file is 384K. |
Sunanda 23-Sep-2010 [4772] | Mine is 1.6meg. I suspect Graham can top that! |
Pekr 23-Sep-2010 [4773x2] | 3 523 969 bytes :-) |
I am a politician - I do many behind-the-scenes activity :-) | |
Maxim 23-Sep-2010 [4775] | 4.5MB here. |
Sunanda 23-Sep-2010 [4776] | That's large, Maxim. For comparison, the largest public,active, group is Core -- I see that as 3.8 meg in size. |
Maxim 23-Sep-2010 [4777x2] | yes... and its why I PM so little now. its just painfull. |
this group is < 1 sec. PM sometimes even causes my altme to go into "internet busy" mode for so long, I loose track of the discussion. | |
Sunanda 23-Sep-2010 [4779] | I can see one larger group....REBOL3-old was 4.3meg. And that was retired and replaced by the REBOL3 precisely because of the speed problem. |
james_nak 23-Sep-2010 [4780] | Doesn't the speed also have to do with the message limit per chat settings? I've decreased mine and it's much faster. Though I do wonder how accurate that setting is or what it really measures. I set mine to a higher number after a search and warning that it needs to be set higher. I've thought that there's no way there could be that many messages (several 1000's) in that one topic. |
Maxim 23-Sep-2010 [4781] | it just limits what is visible in your scrollable view above. it will affect speed so much as it uses less faces to display the list and thus less RAM is managed by the GC. |
james_nak 23-Sep-2010 [4782] | Yeah, I guess I should just search the data directly when I'm looking for something really old. |
Maxim 23-Sep-2010 [4783] | doing an OS (file content) search in the altme directory usually is easier and faster too. |
Sunanda 23-Sep-2010 [4784] | Plus the [web-public] groups have a fast search on REBOL.org http://www.rebol.org/aga-search.r |
Graham 23-Sep-2010 [4785] | 19.set is a puny 4.2mb |
Sunanda 23-Sep-2010 [4786] | :) It's one of the larger ones, I'd guess, even if Maxim is just ahead. If you send a private message to yourself -- is that fast or slow? |
Maxim 23-Sep-2010 [4787] | he was hoping it would be twice as large as mine... but mine is bigger ;-) |
Graham 23-Sep-2010 [4788] | 16 seconds to message myself |
Andreas 23-Sep-2010 [4789] | Awesome :) |
Graham 23-Sep-2010 [4790x2] | So, it does appear to be group dependent |
reminder to myself .. don't message myself ! | |
Andreas 23-Sep-2010 [4792] | Any chance to check if there's heavy network traffic during those 16 seconds :) ? |
Graham 23-Sep-2010 [4793x3] | I could look at the back off my laptop and count the flashes?? |
ok, I've got the windows task manager networking tab up now. | |
that message was not even a blip | |
older newer | first last |