You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Porting IMMS to some platforms is difficult because those platforms do not
provide support for unix domain file sockets (which immsd uses to communicate
with clients). It may be easier to port IMMS and build clients on other systems
if immsd can use a TCP port to communicate.
Investigate whether using a TCP socket is feasible and if so write code to make
it happen. Clients can then be updated as needed.
immsd should still use file sockets by default, to not break compatibility with
older/existing clients.
Original issue reported on code.google.com by dave.sch...@gmail.com on 22 Jan 2011 at 2:32
Original issue reported on code.google.com by
dave.sch...@gmail.com
on 22 Jan 2011 at 2:32The text was updated successfully, but these errors were encountered: