hey guys,

i've got the following problem:
i call an action called "execute_algorithms". one codeline of this
action tries to execute the following command:

parser =
LibXML::XML::Parser.file("http://localhost:3000/XMLFiles/results.xml";)

but it won't work. with an url of a foreign server it works. so it seems
to me, that rails can't execute an action (over HTTP) while executing
another one? Is that right and how can i solve this problem? I'm working
with Mongrel.

It would be so great if you guys could help me!!

Greetz, Tobe
-- 
Posted via http://www.ruby-forum.com/.

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

Reply via email to