Welcome Guest, Not a member yet? Register   Sign In
XML-RPC memory leak question..
#1

[eluser]ArcticZero[/eluser]
I currently have an XML-RPC server set up using CI on Windows. The client gathers sales data and sends it to the server, where it is stored in a centralized database. Although when large XML files are sent, I keep running out of memory.

Code:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1800 bytes)

I noticed that whenever the processing moves to the server (after the client finishes preparing it), Apache's memory usage just shoots up continuously until it hits the limit. I take it it's using quite a great deal of memory. I've even tried disabling all server-side processing on my part, and sending a canned response instead regardless of the data. But despite this, the memory leak persists.

Using Xdebug, I see it says that it's CI's XMLRPC library that takes up a lot of memory. What gives? I'm totally clueless at the moment as to what to do, and I need to get this project done ASAP. Sad

I'm curious as to whether CI "stores" something much like how it stores SQL queries by default (which I also have disabled).


Messages In This Thread
XML-RPC memory leak question.. - by El Forum - 02-18-2009, 12:25 PM
XML-RPC memory leak question.. - by El Forum - 02-18-2009, 12:51 PM
XML-RPC memory leak question.. - by El Forum - 02-18-2009, 10:02 PM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 02:34 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 03:39 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 03:55 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 04:21 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 04:33 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 04:41 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 04:48 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 04:52 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 05:01 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 05:08 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 05:11 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 05:12 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 05:15 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 05:59 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 06:25 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 06:30 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 06:41 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 06:52 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 07:13 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 07:24 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 07:52 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 08:30 AM
XML-RPC memory leak question.. - by El Forum - 02-19-2009, 08:36 AM
XML-RPC memory leak question.. - by El Forum - 02-20-2009, 12:27 AM
XML-RPC memory leak question.. - by El Forum - 02-20-2009, 03:31 AM
XML-RPC memory leak question.. - by El Forum - 10-13-2009, 02:36 PM
XML-RPC memory leak question.. - by El Forum - 01-25-2010, 08:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB