I have built a custom explorer kind of web interface which exposes the folder structer in livelink. Users can add files to the folders from this interface. It works great with sequential usage of the interface. If 10 users simultaneously hitting the interface to upload the document (size of ~3MB), the threads are hanging and not responding to the requests. In the logs I found this error
com.opentext.api.LLIOException: Could not write bytes to socket
Any insight into this is highly appreciated.
com.opentext.api.LLIOException: Could not write bytes to socket
Any insight into this is highly appreciated.