Then would the following be a problem in a controller  if concurrent
users use the app at the same time  ?

      socket = TCPSocket::new(@channel.serverip,
@channel.port)
      socket.send(s+"\n",0)
      socket.close

(multiple servers I am not concerned about -- one glassfish gem
instance roars with all the horsepower this particular app ever needs
-- but what WOULD happen if I ran this under multiple mongrel
instances? Can't the same port be shared by multiple instances?)
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to