Displaying 2 results from an estimated 2 matches for "3dlocalhost".
2001 Oct 04
0
ANNOUNCE: ticker (peeper)
...inance::Quote, it took me about a
half-hour to write :-) A rooster crow or doorbell chime tells me that
something is happening with my stocks. And at the end of the day, it
e-mails me a report on any questionable activity.
=3Dhead1 USAGE
./ticker --help
./ticker --noautodiscovery --server=3Dlocalhost --port=3D2001 --nodaemon
If you have any problems, try turning on debugging output with
something like --debug=3D9.
=3Dhead1 CONFIGURATION
To use this client, include a section like the following in peep.conf:
client ticker
class home
port 1999
config
# Stock symbol St...
2007 Mar 31
3
SQL mail storage
I wasted some time yesterday and today implementing a SQL storage
plugin. It seems to be working, but:
- Saving new messages is done in a regular INSERT statement, which is
bad. PostgreSQL has at least this COPY TO command which could be used
instead.
- It breaks in stress testing
- It's not that well optimized. Especially it could support caching
some commonly requested fields (same as