MOO-Cows

moo-wizzen Topic: [MOO-wizzen] limits to # of forked tasks?

Article #1146
Subject: [MOO-wizzen] limits to # of forked tasks?
Author: Jacqueline D. Hamilton
Posted: 2/5/2003 10:26:10 PM


I'm trying to recycle a bunch of objects (100 objects, actually) at once,
and am running into this err:

#63:kill_all_tasks, line 6:  Resource limit exceeded
... called from #63:_recycle, line 12
... called from #4:_recycle (this == #2), line 5
... called from #107:reset @reset, line 20
(End of traceback)

#63:kill_all_tasks line 6 is "fork (0)". Is there a hardwired limit to the
number of forked tasks? I looked in options.h but didn't see anything,
unless "DEFAULT_MAX_STACK_DEPTH" is supposed to be it. The description for
that option doesnt seem to relate to forked tasks though, only to
successive verb calls...

thanks,

Jacqueline Hamilton (kira@nospam)
Webmaster, CGI101 (http://www.cgi101.com/)

_______________________________________________
Moo-wizzen mailing list
Moo-wizzen@nospam
http://www.moo-cows.com/mailman/listinfo/moo-wizzen



Responses:

Article #1147
Subject: Re: [MOO-wizzen] limits to # of forked tasks?
Author: Jacqueline D. Hamilton
Posted: 2/5/2003 10:35:04 PM


Nevermind, a bit more poring over the programmer's manual shows me it's
in-db configurable ($server_options.queued_task_limit). Which was (of
course) set to 100. Figures :)

Jacqueline Hamilton (kira@nospam)
Webmaster, CGI101 (http://www.cgi101.com/)

_______________________________________________
Moo-wizzen mailing list
Moo-wizzen@nospam
http://www.moo-cows.com/mailman/listinfo/moo-wizzen




MOO-Cows Home