Does anybody know if there is a limit to the size of a result set you
can serialize with cfwddx?

 

I am using this code:

 

<cfwddx action="cfml2wddx" input="#qry_I_want_to_serialize#"
output="wddxText" usetimezoneinfo="no">

 

The query is a 10 column result set with about 160,000 rows.  I am
mainly trying this just to get a handle on how much memory this query is
taking up when I persist it in the application scope.

I figured if I wrote it to a file like this I could see how big the file
would be.  

 

Well, after about a minute of processing I get a pretty "500 Null"
message.  The ColdFusion server does not crash and neither does Apache
from what I can tell, and other request coming through are still
processed, but it apparently gets tired of my request and I get this
error.  Is this a time out setting?  I can't find anything in any of the
server logs or exception logs.

 

I expected this operation to take a while, but I didn't expect a useless
error message like this.

 

What do you guys think?

 

~Brad



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244264
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to