Hi,
Im not sure how to explain this but every 10 minutes, my aolserver
restarts and i dont know why. The lines immediately before it
restarting are as follows:
____________________________________________________________________
[03/Oct/2002:02:02:18][3998.2051][-sched-] Debug: QD_LOGGER = POST-
QD: the SQL is
select object_id, date, event
from search_observer_queue
order by date asc
[03/Oct/2002:02:02:18][3998.2051][-sched-] Debug: PgBindCmd: sql =
select object_id, date, event
from search_observer_queue
order by date asc
[03/Oct/2002:02:02:18][3998.2051][-sched-] Notice: Querying '
select object_id, date, event
from search_observer_queue
order by date asc;'
[03/Oct/2002:02:02:18][3998.2051][-sched-] Notice: dbinit: sql
(localhost::thesis): '
select object_id, date, event
from search_observer_queue
order by date asc
'
[03/Oct/2002:02:02:18][3998.2051][-sched-] Notice: Done running
scheduled proc search_indexer.
[03/Oct/2002:02:02:34][4094.1024][-main-] Notice: nsmain:
AOLserver/3.3.1+ad13 starting
____________________________________________________________________
Ive however been told that the search_indexer runs every 30/60
seconds so im not sure if its that. Any ideas on what it could be or
how i can check what is causing this?
After i load linux and the aolserver is running, it doesnt restart at
all, it just sits there which is good. But once I connect to
localhost and run some of my package that I am developing, this
happens. The thing that has me completely confused is that it happens
exactly every 10mins so im thinking it must be something scheduled or
timeouts and not just my code crashing. When i dont run any of my
code in the 10min period, it doesnt restart.
I hope that made sense. Any help would be appreciated.
Ayman