I love your chatblock thank you! I have a request

longjefferson - September 15, 2008 - 22:10
Project:Chatblock
Version:6.x-1.x-dev
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:postponed
Description

It would probably lighten up the memory intensity if you would take out the recall of the message typed.
Just to further explain myself, everytime I chat, the last words i typed would popout. Yes, this is to help the chatter to recall the last chat but, it brings much pressure to the memory as you have said.

Thank you. I wish I could help you with this module, but I dont know hoe to code. Btw cheers!

#1

dwees - September 15, 2008 - 22:19

This is actually a pretty minor memory savings. The reason why is because whenever you send a message, it is intercepted by the full Drupal web machine, and then parsed and saved to the database. Outputting a response and displaying it is a minor point by comparison.

What someone else has observed would save a lot of memory is not using the whole Drupal mechanism to handle the return response. Perhaps a separate php script with a minimal bootstrap.

I don't really have time to to work on such a change though.

Dave

#2

dwees - September 15, 2008 - 22:37
Status:active» postponed
 
 

Drupal is a registered trademark of Dries Buytaert.