I have few simple questions:
what is happening practically with the memory when I open a file and
start to read it in into a local variable called myvar?
It would be logical for myvar to grow until it reads in the entire file.
My question is:
- does Gambas clear the memory allocations after the myvar is cleared?
- or there will be always a bloated memory usage which is freed only
after the main program is closed?
- Gambas uses only few % of CPU for reading in the file (.csv). Is
this possible to increase the percentage in order to speed up the
process?

I need your answers please!

Csaba

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to