So, how big are these CSV files? How many lines are you processing and
can you tell us how many entries you're inserting to your DB using
Propel?

It would be best if you could show us the code that implements what
you described in your last mail. Investing maybe 30 minutes to write
an email that desribes the problem you have, what part of your code
suffers from it and the data you're using will most likely keep you
away from writing 5 or more emails desribing everything. Plus it will
stop me asking stupid questions because I have to digg into your
problem this way. :)

- Dennis

2010/4/12 Richard U <richard....@gmail.com>:
> I am uploading a csv file......
> i require looping over each row... the data in each column has to be
> processed individually and allocated to the right table...
>
>
>
>
> On Mon, Apr 12, 2010 at 3:56 PM, Dennis Benkert
> <spinecras...@googlemail.com> wrote:
>> Although I am pretty sure you are frustrated there is no reason to show
>> disrespect to other people.
>>
>> Christian's point is that we cannot help you without getting some
>> information about your specific problem. Maybe you can provide some code
>> sample that show us  your memory problems. Also it's interesting to know
>> what you want to do with the code (are you inserting thousands of entries,
>> looping over many entries and saving them again, etc.).
>>
>> - Dennis
>>
>> Am 12.04.2010 um 07:41 schrieb Slavka <richard....@gmail.com>:
>>
>>> Christian have you just started using symfony? if not then i am sure
>>> you are aware of the memory leaks i am talking about...
>>>
>>> Cheers
>>>
>>> On Apr 12, 3:30 pm, Christian Schaefer <cae...@gmail.com> wrote:
>>>>
>>>> Hi Slavka,
>>>>
>>>> from your tiny description it is not clear whether the leak you
>>>> experience is a result of Propel or symfony or your usage of them.
>>>>
>>>> You should know that symfony 1.2 is no longer supported but replaced
>>>> by symfony 1.4. The favoured ORM nowadays is Doctrine although Propel
>>>> is still supported.
>>>>
>>>> But most importantly: you posted a complaint rather than a question.
>>>> This might work with a licenced software from some company but with an
>>>> open source community a certain netiquette should apply.
>>>>
>>>> Cheers
>>>> /Christian
>>>>
>>>> On 12 Apr., 05:51, Slavka <richard....@gmail.com> wrote:
>>>>
>>>>
>>>>
>>>>> It seems to be pretty clear the symfony 1.2 and propel are still full
>>>>> of memory leaks... I have a simple for loop selecting the same object
>>>>> into the same variable... in theory this should not lead to increase
>>>>> memory use for every loop however that is what is happening...
>>>>
>>>>> Has anyone every looked into this... if so what are options to handle
>>>>> the leaks... , if there is no solution we are going to have to
>>>>> consider just using mysql functions...
>>>>
>>>>> Regards
>>>
>>> --
>>> If you want to report a vulnerability issue on symfony, please send it to
>>> security at symfony-project.com
>>>
>>> You received this message because you are subscribed to the Google
>>> Groups "symfony users" group.
>>> To post to this group, send email to symfony-users@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> symfony-users+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/symfony-users?hl=en
>>>
>>> To unsubscribe, reply using "remove me" as the subject.
>>
>> --
>> If you want to report a vulnerability issue on symfony, please send it to
>> security at symfony-project.com
>>
>> You received this message because you are subscribed to the Google
>> Groups "symfony users" group.
>> To post to this group, send email to symfony-users@googlegroups.com
>> To unsubscribe from this group, send email to
>> symfony-users+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/symfony-users?hl=en
>>
>
> --
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to