Shoutbox
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Timestamp: 20230224121920 12:19, 24 February 2023 (UTC) Administrators: delete |
A shoutbox, saybox, tagboard, chatterbox or chat box is a chat-like feature of some websites that allows people to quickly leave messages on the website, generally without any form of user registration.
In their simplest form, shoutboxes are simply lists of short messages, possibly with information about their authors. The page may be automatically refreshed after a certain interval, or polled dynamically in order to keep new messages visible. Older posts are often deleted after a certain number of messages have been written in order to preserve space on the server.
Technology
Shoutboxes are embedded into a page with inline frames or JavaScript. Many Internet forum and web blog software packages can be modified to add shoutboxes in sidebars on site pages. Shoutboxes are usually maintained in a manner similar to that of more complex boards, with moderators that can delete posts and ban usernames or IP addresses. Occasionally, features such as impostor identification, flood control, and profanity filters may be included.[citation needed]
Like most dynamic content, shoutboxes typically interface with a database, and some may query the database every time a page is requested. Unlike most dynamic content, however, shoutboxes are generally placed on every page of a web site, so they tend to cause disproportionate strain on databases. Therefore, care must be taken to ensure that shoutboxes do not use too many database resources. Caching systems like memcached can be used to mitigate this to some extent, or an alternative implementation such as storing all messages in system-wide shared memory rather than a database may be used.[citation needed] Alternatively, a shoutbox may be loaded from a flat file.
See also
References