Hi 

I am trying to figure out how to do non-blocking IO if
one the IO socket is a oracle database accessed using
DBI and DBD::Oracle driver.
I was under the impression that I need a socket to do
a fcntl on the database socket and was wondering if I
can get hold of the database socket through DBI so
that I can do 
fcntl($database_sock, F_SETFL(), 0_NONBLOCK())

So does DBI provide a API to get the underlying socket
or is there any other way to do this.
I would appreciate any replies.

Thanks a lot
Sarath


__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards�
http://movies.yahoo.com/

Reply via email to