thank you for your help Massimo.
I think there are a misunderstanding sory for that. (usualy i speak french, 
so sometime i say something and i would say otherting)
I don't mean it easy to do a function for converting a list of dictionary 
to a rows.
I mean if a fonction like that exist that would by easy to use any type of 
data, 
for example a mix between xml, json, any webservice.

I will explain I do an application for a monitoring of many network host.
I have an external script for an import of a uptodate hostdatabase.
In my controler I do  a select of a range of host, sometime the result of 
the select is more than 300.
>From the web2py controler I call my backend rabbitrpc ping service.
The call can take more than 10 secondes. Actualy i use the 
DAL('sqlite:memory') tu store the result and the web2pygrid to list the 
ping result and easyly filter short ect...

But is not efficient because for each sort the controler do (selct in table 
=> call rabbit ping => create temp databse) so more then 10 secondes.

Sorry for the misunderstanding 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to