Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
angelo_melo
About
- Username
- angelo_melo
- Joined
- Visits
- 62
- Last Active
- Roles
- Member
Comments
-
Good question... I assumed I had to use OSB for binary files. But I just tried OSRead and it worked just fine, and it seems to be faster because i don't have to loop to read the next chunk of data. Maybe my problem is solved
-
OSBread is the true bottleneck
-
Thanks for sharing the AI response, Barry. I’d already tried AI before posting here, I was looking for human/insider insight. KevinFournier thank you for the insight, could you send me the link to the Revelation forums?
-
Some context: I am trying to prevent DLL locking issues. We currently have a multi-developer environment in which developers compile .NET code and place the resulting DLLs and dependencies in a shared location. The BASIC+ code that loads and execu…
-
Oh this just what I needed, perfect. Thank you!
-
Hey Don, SRPUtilities DLL version seems to be 2.2.15.3
-
Understood , thank you!
-
Oh no, I do not need anything to persist in a meaningful way between engine lifecycles. What I’m trying to achieve is simply a bounded set of log files, with no more log files than the configured maximum number of worker engines. For example, if t…